mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-24 21:59:55 +09:00
issue 2364 remove menu_srl parameter
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@11578 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
171ca151f0
commit
0e01c9de2b
1 changed files with 4 additions and 1 deletions
|
|
@ -682,10 +682,13 @@
|
|||
*/
|
||||
public function procMenuAdminCopyItem()
|
||||
{
|
||||
$menuSrl = Context::get('menu_srl');
|
||||
$parentSrl = Context::get('parent_srl');
|
||||
$menuItemSrl = Context::get('menu_item_srl');
|
||||
|
||||
$oMenuModel = &getAdminModel('menu');
|
||||
$itemInfo = $oMenuModel->getMenuItemInfo($menuItemSrl);
|
||||
$menuSrl = $itemInfo->menu_srl;
|
||||
|
||||
// get menu properies with child menu
|
||||
$phpFile = sprintf("./files/cache/menu/%s.php", $menuSrl);
|
||||
$originMenu = NULL;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue