mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-11 04:52:14 +09:00
#17854897 : fixed the bug that addon setup page was not displayed (it was related to lang_code)
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5893 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
ab5eaf4e70
commit
2fde39c2d9
1 changed files with 2 additions and 0 deletions
|
|
@ -45,6 +45,7 @@
|
||||||
|
|
||||||
// mid 목록을 가져옴
|
// mid 목록을 가져옴
|
||||||
$oModuleModel = &getModel('module');
|
$oModuleModel = &getModel('module');
|
||||||
|
$oModuleAdminModel = &getAdminModel('module');
|
||||||
|
|
||||||
if($site_module_info->site_srl) $args->site_srl = $site_module_info->site_srl;
|
if($site_module_info->site_srl) $args->site_srl = $site_module_info->site_srl;
|
||||||
$mid_list = $oModuleModel->getMidList($args);
|
$mid_list = $oModuleModel->getMidList($args);
|
||||||
|
|
@ -55,6 +56,7 @@
|
||||||
$module_categories = $oModuleModel->getModuleCategories();
|
$module_categories = $oModuleModel->getModuleCategories();
|
||||||
|
|
||||||
foreach($mid_list as $module_srl => $module) {
|
foreach($mid_list as $module_srl => $module) {
|
||||||
|
$module->browser_title = $oModuleAdminModel->getLangCode($module->site_srl, $module->browser_title);
|
||||||
$module_categories[$module->module_category_srl]->list[$module_srl] = $module;
|
$module_categories[$module->module_category_srl]->list[$module_srl] = $module;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue