mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-12 15:02:15 +09:00
Merge branch 'develop' into next
This commit is contained in:
commit
f01fb9ae42
11 changed files with 41 additions and 22 deletions
|
|
@ -955,7 +955,7 @@ class moduleController extends module
|
|||
{
|
||||
$this->deleteModuleExtraVars($module_srl);
|
||||
getDestroyXeVars($obj);
|
||||
if(!$obj || !count($obj)) return;
|
||||
if(!$obj || !is_countable($obj) || !count($obj)) return;
|
||||
|
||||
foreach($obj as $key => $val)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue