mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-09 03:52:15 +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()
|
public function procMenuAdminCopyItem()
|
||||||
{
|
{
|
||||||
$menuSrl = Context::get('menu_srl');
|
|
||||||
$parentSrl = Context::get('parent_srl');
|
$parentSrl = Context::get('parent_srl');
|
||||||
$menuItemSrl = Context::get('menu_item_srl');
|
$menuItemSrl = Context::get('menu_item_srl');
|
||||||
|
|
||||||
|
$oMenuModel = &getAdminModel('menu');
|
||||||
|
$itemInfo = $oMenuModel->getMenuItemInfo($menuItemSrl);
|
||||||
|
$menuSrl = $itemInfo->menu_srl;
|
||||||
|
|
||||||
// get menu properies with child menu
|
// get menu properies with child menu
|
||||||
$phpFile = sprintf("./files/cache/menu/%s.php", $menuSrl);
|
$phpFile = sprintf("./files/cache/menu/%s.php", $menuSrl);
|
||||||
$originMenu = NULL;
|
$originMenu = NULL;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue