mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 11:11:39 +09:00
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:
parent
d05099253f
commit
7181fde193
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue