#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:
haneul 2009-03-17 14:55:33 +00:00
parent ab5eaf4e70
commit 2fde39c2d9

View file

@ -45,6 +45,7 @@
// mid 목록을 가져옴
$oModuleModel = &getModel('module');
$oModuleAdminModel = &getAdminModel('module');
if($site_module_info->site_srl) $args->site_srl = $site_module_info->site_srl;
$mid_list = $oModuleModel->getMidList($args);
@ -55,6 +56,7 @@
$module_categories = $oModuleModel->getModuleCategories();
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;
}
} else {