From 741365a19ca5eb01d00c7f1666d9ad0447f96d3d Mon Sep 17 00:00:00 2001 From: izuzero Date: Mon, 5 May 2014 00:21:44 +0900 Subject: [PATCH] =?UTF-8?q?=EC=A1=B0=EA=B1=B4=EB=AC=B8=20=EC=88=98?= =?UTF-8?q?=EC=A0=95.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/comment/comment.controller.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')) {