Merge branch 'next' into next-router

This commit is contained in:
Kijin Sung 2020-06-18 13:17:28 +09:00
commit 527e16c924
4 changed files with 9 additions and 19 deletions

View file

@ -982,9 +982,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;