Changed the parameter name 'url' to 'module_id' in procMenuAdminUpdateItem call

git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12062 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
nagoon97 2012-11-03 08:23:57 +00:00
parent d05099253f
commit 7181fde193

View file

@ -1757,7 +1757,7 @@ jQuery(function($){
params['shortcut_target'] = sMID;
}else{
sMID = $('#default ._mid').val();
params['url'] = sMID;
params['moudule_id'] = sMID;
}
params['menu_item_srl'] = sSelectedMenuSrl;
params['menu_name'] = sMenuName;