Merge pull request #728 from sejin7940/develop

페이지나 게시판 생성 후 설정화면에 가면 '사이트기본스킨사용' 이 적용되지 않는 버그
This commit is contained in:
akasima 2014-06-12 10:55:44 +09:00
commit e461615ec8

View file

@ -405,6 +405,7 @@ class moduleModel extends module
$oModuleController = getController('module');
if(isset($module_info->browser_title)) $oModuleController->replaceDefinedLangCode($module_info->browser_title);
$this->applyDefaultSkin($module_info);
return $this->addModuleExtraVars($module_info);
}