mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
issue 2879 when shortcut delete, not check included home menu
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12630 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
5a6a25dd50
commit
889ae03a4e
2 changed files with 1 additions and 2 deletions
|
|
@ -736,7 +736,7 @@ class menuAdminController extends menu
|
|||
|
||||
private function _checkHomeMenuInOriginMenu($originMenu, $startMid, &$isStartmenuInclude)
|
||||
{
|
||||
if($originMenu['url'] == $startMid)
|
||||
if($originMenu['is_shortcut'] != 'Y' && $originMenu['url'] == $startMid)
|
||||
{
|
||||
$isStartmenuInclude = true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue