moveCategoryDown에 category_srl을 저장하지 않던 문제개선.

This commit is contained in:
BJRambo 2014-08-27 09:21:31 +09:00
parent 0c9182c685
commit a8277a8980

View file

@ -1557,6 +1557,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);