mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
issue 2362 modify menuSrl variable to menu_srl.
because xml parser not recognize camel style. git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@11205 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
633adab1aa
commit
aa429a63b4
1 changed files with 1 additions and 2 deletions
|
|
@ -300,8 +300,7 @@
|
|||
|
||||
public function getMenuAdminSiteMap()
|
||||
{
|
||||
$args = Context::getRequestVars();
|
||||
$menuSrl = Context::get('menuSrl');
|
||||
$menuSrl = Context::get('menu_srl');
|
||||
|
||||
$oModuleModel = &getModel('module');
|
||||
$columnList = array('modules.mid', 'modules.browser_title', 'sites.index_module_srl');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue