deleteComment메소드에 추가되지않은 파라미터 추가

This commit is contained in:
BJRambo 2016-05-24 23:31:36 +09:00
parent 4bbbd6ee36
commit 8d3ce67857

View file

@ -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;