Merge branch 'develop' into next

This commit is contained in:
Kijin Sung 2020-06-18 13:16:38 +09:00
commit 4cd548cd58
4 changed files with 9 additions and 19 deletions

View file

@ -955,9 +955,8 @@ class moduleController extends module
{
$this->deleteModuleExtraVars($module_srl);
getDestroyXeVars($obj);
if(!$obj || !is_countable($obj) || !count($obj)) return;
foreach($obj as $key => $val)
foreach(get_object_vars($obj) as $key => $val)
{
if(is_object($val) || is_array($val)) continue;