mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
Clean up ModuleController::replaceDefinedLangCode()
This commit is contained in:
parent
2e6e097272
commit
f8859769e8
15 changed files with 64 additions and 77 deletions
|
|
@ -783,13 +783,10 @@ class moduleAdminController extends module
|
|||
$module = trim($val->module);
|
||||
if(!$module) continue;
|
||||
|
||||
// replace user defined lang.
|
||||
$oModuleController->replaceDefinedLangCode($val->browser_title);
|
||||
|
||||
$obj = new stdClass();
|
||||
$obj->module_srl = $val->module_srl;
|
||||
$obj->layout_srl = $val->layout_srl;
|
||||
$obj->browser_title = $val->browser_title;
|
||||
$obj->browser_title = Context::replaceUserLang($val->browser_title);
|
||||
$obj->mid = $val->mid;
|
||||
$obj->module_category_srl = $val->module_category_srl;
|
||||
if($val->module_category_srl > 0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue