mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
설치 및 확인되지 않은 호환성 문제가 있어 일부 되돌림
This commit is contained in:
parent
2cbf72f19a
commit
b77a94b91f
1 changed files with 1 additions and 1 deletions
|
|
@ -1381,7 +1381,7 @@ class moduleModel extends module
|
|||
$args->site_srl = $site_srl;
|
||||
$output = executeQuery('module.getModuleConfig', $args);
|
||||
if($output->data->config) $config = unserialize($output->data->config);
|
||||
else $config = new stdClass();
|
||||
else $config = null;
|
||||
|
||||
//insert in cache
|
||||
if($oCacheHandler->isSupport())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue