mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-18 01:42:14 +09:00
Make some site-related changes to general config screen
This commit is contained in:
parent
beb2bf346e
commit
5dba5f2015
2 changed files with 5 additions and 6 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue