mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 19:21:40 +09:00
Merge pull request #383 from akasima/release/1.7.4
NOISSUE 사이트 디자인 설정시 오류 수정
This commit is contained in:
commit
f84ecb39ce
1 changed files with 1 additions and 1 deletions
|
|
@ -1830,7 +1830,7 @@ class moduleModel extends module
|
|||
|
||||
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;
|
||||
|
||||
$oAdminController = getAdminController('admin');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue