mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-17 17:32:15 +09:00
Merge pull request #591 from YJSoft/develop
browser_title이 없을 경우 warning 발생하는 문제 수정
This commit is contained in:
commit
b015e5f352
1 changed files with 1 additions and 1 deletions
|
|
@ -403,7 +403,7 @@ class moduleModel extends module
|
|||
else $module_info = $mid_info;
|
||||
|
||||
$oModuleController = getController('module');
|
||||
$oModuleController->replaceDefinedLangCode($module_info->browser_title);
|
||||
if(isset($module_info->browser_title)) $oModuleController->replaceDefinedLangCode($module_info->browser_title);
|
||||
|
||||
return $this->addModuleExtraVars($module_info);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue