Merge branch 'develop' into next

This commit is contained in:
Kijin Sung 2020-06-12 10:28:36 +09:00
commit f01fb9ae42
11 changed files with 41 additions and 22 deletions

View file

@ -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)
{