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

This commit is contained in:
BJRambo 2014-08-27 09:21:31 +09:00 committed by bnu
parent 727682fdde
commit d89569119d

View file

@ -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);