mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-05 17:51:40 +09:00
deleteComment메소드에 추가되지않은 파라미터 추가
This commit is contained in:
parent
4bbbd6ee36
commit
8d3ce67857
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue