mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 11:44:10 +09:00
Merge branch 'develop' into next
This commit is contained in:
commit
4cd548cd58
4 changed files with 9 additions and 19 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue