mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 10:41:40 +09:00
사이트 디자인 설정시 오류 수정
This commit is contained in:
parent
8880f81463
commit
4427326065
1 changed files with 1 additions and 1 deletions
|
|
@ -1830,7 +1830,7 @@ class moduleModel extends module
|
||||||
|
|
||||||
if($updateCache && $skinName)
|
if($updateCache && $skinName)
|
||||||
{
|
{
|
||||||
$designInfo->module->{$module_name} = new stdClass();
|
if(!isset($designInfo->module->{$module_name})) $designInfo->module->{$module_name} = new stdClass();
|
||||||
$designInfo->module->{$module_name}->{$target} = $skinName;
|
$designInfo->module->{$module_name}->{$target} = $skinName;
|
||||||
|
|
||||||
$oAdminController = getAdminController('admin');
|
$oAdminController = getAdminController('admin');
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue