diff --git a/modules/comment/comment.controller.php b/modules/comment/comment.controller.php index b6ad48b26..dd535d7e7 100644 --- a/modules/comment/comment.controller.php +++ b/modules/comment/comment.controller.php @@ -1123,6 +1123,7 @@ class CommentController extends Comment // Update $obj->member_srl = 0; + $obj->uploaded_count = 0; unset($obj->last_update); $output = executeQuery('comment.updateCommentByDelete', $obj); if(!$output->toBool()) diff --git a/modules/comment/queries/updateCommentByDelete.xml b/modules/comment/queries/updateCommentByDelete.xml index 208ecc397..c9baf873d 100644 --- a/modules/comment/queries/updateCommentByDelete.xml +++ b/modules/comment/queries/updateCommentByDelete.xml @@ -5,6 +5,7 @@ +