mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 18:51:41 +09:00
stdClass 수정.
This commit is contained in:
parent
2f3c9d2a05
commit
2b776dbe85
1 changed files with 1 additions and 1 deletions
|
|
@ -187,7 +187,7 @@ class moduleController extends module
|
|||
$oModuleModel = getModel('module');
|
||||
$origin_config = $oModuleModel->getModulePartConfig($module, $module_srl);
|
||||
|
||||
if(!$origin_config) $origin_config = new stdClass();
|
||||
if(!$origin_config) $origin_config = new stdClass;
|
||||
foreach($config as $key => $val)
|
||||
{
|
||||
$origin_config->{$key} = $val;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue