Fix any incorrect the list_order setting.

This commit is contained in:
BJRambo 2016-05-23 15:28:15 +09:00
parent b2e6c5338e
commit 219c7fef1d

View file

@ -929,7 +929,6 @@ class commentController extends comment
$obj->content = lang('msg_delete_comment');
}
$obj->member_srl = 0;
$obj->list_order = 0;
$output = executeQuery('comment.updateCommentByDelete', $obj);
if(!$output->toBool())
{