mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-20 02:42:23 +09:00
17434017 * 메뉴 순서 변경시 *_srl 값이 변조되는 문제 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4856 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
5c846f4515
commit
45c0c50471
3 changed files with 8 additions and 8 deletions
|
|
@ -212,8 +212,8 @@
|
|||
function procMenuAdminMoveItem() {
|
||||
// 변수 설정
|
||||
$menu_id = Context::get('menu_id');
|
||||
$source_item_srl = str_replace('menu_'.$menu_id.'_','',Context::get('source_item_srl'));
|
||||
$target_item_srl = str_replace('menu_'.$menu_id.'_','',Context::get('target_item_srl'));
|
||||
$source_item_srl = str_replace('menu_'.$menu_id.'_','',Context::get('source_item'));
|
||||
$target_item_srl = str_replace('menu_'.$menu_id.'_','',Context::get('target_item'));
|
||||
|
||||
// target_item 의 값을 구함
|
||||
$oMenuModel = &getAdminModel('menu');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue