From 8d3ce6785761ad20ea657090e6a07cfd0249aa3c Mon Sep 17 00:00:00 2001 From: BJRambo Date: Tue, 24 May 2016 23:31:36 +0900 Subject: [PATCH] =?UTF-8?q?deleteComment=EB=A9=94=EC=86=8C=EB=93=9C?= =?UTF-8?q?=EC=97=90=20=EC=B6=94=EA=B0=80=EB=90=98=EC=A7=80=EC=95=8A?= =?UTF-8?q?=EC=9D=80=20=ED=8C=8C=EB=9D=BC=EB=AF=B8=ED=84=B0=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/board/board.controller.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/board/board.controller.php b/modules/board/board.controller.php index 4e9aecc60..b6885f8c4 100644 --- a/modules/board/board.controller.php +++ b/modules/board/board.controller.php @@ -527,7 +527,7 @@ class boardController extends board } else { - $output = $oCommentController->deleteComment($comment_srl, $this->grant->manager); + $output = $oCommentController->deleteComment($comment_srl, $this->grant->manager, FALSE, $childs); if(!$output->toBool()) { return $output;