From c87e6d759c88b27ea41981e64c0e5cdf578d9349 Mon Sep 17 00:00:00 2001 From: Kijin Sung Date: Tue, 19 Oct 2021 20:35:02 +0900 Subject: [PATCH] =?UTF-8?q?#1802=20=EB=B3=B4=EC=99=84?= 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 040b23d06..a1534b212 100644 --- a/modules/comment/comment.controller.php +++ b/modules/comment/comment.controller.php @@ -1530,7 +1530,7 @@ class commentController extends comment function declaredComment($comment_srl, $declare_message) { // Fail if session information already has a reported document - if($_SESSION['declared_comment'][$comment_srl]) + if(isset($_SESSION['declared_comment'][$comment_srl])) { return new BaseObject(-1, 'failed_declared'); }