diff --git a/modules/comment/comment.controller.php b/modules/comment/comment.controller.php index f0af54db0..6d3edb272 100644 --- a/modules/comment/comment.controller.php +++ b/modules/comment/comment.controller.php @@ -199,7 +199,7 @@ class commentController extends comment // check if comment's module is using comment validation and set the publish status to 0 (false) // for inserting query, otherwise default is 1 (true - means comment is published) $using_validation = $this->isModuleUsingPublishValidation($obj->module_srl); - if($manual_inserted) + if(!$manual_inserted) { if(Context::get('is_logged')) {