mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-11 23:01:41 +09:00
moveCategoryDown에 category_srl을 저장하지 않던 문제개선.
This commit is contained in:
parent
727682fdde
commit
d89569119d
1 changed files with 1 additions and 0 deletions
|
|
@ -1551,6 +1551,7 @@ class documentController extends document
|
|||
$this->updateCategory($cur_args);
|
||||
// Category information
|
||||
$next_args = new stdClass;
|
||||
$next_args->category_srl = $next_category->category_srl;
|
||||
$next_args->list_order = $list_order;
|
||||
$next_args->title = $next_category->title;
|
||||
$this->updateCategory($next_args);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue