mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-19 10:23:16 +09:00
Fix user lang not working in board config page
This commit is contained in:
parent
b6b70bd8ad
commit
cc2577af00
2 changed files with 11 additions and 8 deletions
|
|
@ -394,8 +394,10 @@ class moduleModel extends module
|
|||
$module_info = $mid_info;
|
||||
}
|
||||
|
||||
/*
|
||||
$oModuleController = getController('module');
|
||||
if(isset($module_info->browser_title)) $oModuleController->replaceDefinedLangCode($module_info->browser_title);
|
||||
*/
|
||||
|
||||
$this->applyDefaultSkin($module_info);
|
||||
return $this->addModuleExtraVars($module_info);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue