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;