mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-03 17:22:20 +09:00
Merge pull request #728 from sejin7940/develop
페이지나 게시판 생성 후 설정화면에 가면 '사이트기본스킨사용' 이 적용되지 않는 버그
This commit is contained in:
commit
e461615ec8
1 changed files with 1 additions and 0 deletions
|
|
@ -405,6 +405,7 @@ class moduleModel extends module
|
||||||
$oModuleController = getController('module');
|
$oModuleController = getController('module');
|
||||||
if(isset($module_info->browser_title)) $oModuleController->replaceDefinedLangCode($module_info->browser_title);
|
if(isset($module_info->browser_title)) $oModuleController->replaceDefinedLangCode($module_info->browser_title);
|
||||||
|
|
||||||
|
$this->applyDefaultSkin($module_info);
|
||||||
return $this->addModuleExtraVars($module_info);
|
return $this->addModuleExtraVars($module_info);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue