mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-21 19:32:15 +09:00
issue 2362 add is_shortcut.
start module check git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@11885 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
ec9a90ca44
commit
91918ba2e5
2 changed files with 4 additions and 2 deletions
|
|
@ -460,7 +460,7 @@
|
|||
}
|
||||
$menu['setup_index_act'] = $moduleInfo->setup_index_act;
|
||||
}
|
||||
if($midInfo->mid == $start_module->mid)
|
||||
if($menu['is_shortcut'] == 'N' && $midInfo->mid == $start_module->mid)
|
||||
{
|
||||
$menu['is_start_module'] = true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue