Make some site-related changes to general config screen

This commit is contained in:
Kijin Sung 2017-02-20 22:43:24 +09:00
parent beb2bf346e
commit 5dba5f2015
2 changed files with 5 additions and 6 deletions

View file

@ -421,7 +421,7 @@ class adminAdminView extends admin
Context::set('all_html_footer', escape($config->htmlFooter));
// Index module
$columnList = array('modules.mid', 'modules.browser_title', 'sites.index_module_srl');
$columnList = array('modules.mid', 'modules.browser_title', 'index_module_srl');
$start_module = $oModuleModel->getSiteInfo(0, $columnList);
Context::set('start_module', $start_module);