diff --git a/modules/comment/comment.controller.php b/modules/comment/comment.controller.php index 42c562bb6..e3a5faaaa 100644 --- a/modules/comment/comment.controller.php +++ b/modules/comment/comment.controller.php @@ -992,7 +992,6 @@ class commentController extends comment $oDB->begin(); $obj->status = RX_STATUS_PUBLIC; - $obj->member_srl = 0; // use to query default unset($obj->last_update); $output = executeQuery('comment.updateCommentByRestore', $obj);