issue 2522 when shortcut menu(type:menu instance) insert,

wrong parent_srl setting bug fixed.


git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@11526 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ovclas 2012-09-26 06:32:48 +00:00
parent cb1f799cbd
commit ea1eece0d5

View file

@ -284,6 +284,7 @@
unset($args->group_srls);
}
$args->name = $request->menu_name;
$args->parent_srl = $request->parent_srl;
}
else
{