mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-15 00:12:43 +09:00
복구를 위한 쿼리 추가.
This commit is contained in:
parent
f2c17bf310
commit
9886c92d2b
2 changed files with 15 additions and 1 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue