복구를 위한 쿼리 추가.

This commit is contained in:
BJRambo 2017-03-07 07:59:23 +09:00
parent f2c17bf310
commit 9886c92d2b
2 changed files with 15 additions and 1 deletions

View file

@ -995,7 +995,7 @@ class commentController extends comment
$obj->member_srl = 0;
// use to query default
unset($obj->last_update);
$output = executeQuery('comment.updateCommentByDelete', $obj);
$output = executeQuery('comment.updateCommentByRestore', $obj);
if(!$output->toBool())
{
$oDB->rollback();