diff --git a/modules/blog/blog.controller.php b/modules/blog/blog.controller.php index 52c1a6e1f..b019f370e 100644 --- a/modules/blog/blog.controller.php +++ b/modules/blog/blog.controller.php @@ -120,7 +120,7 @@ // comment_srl이 있으면 수정으로 } else { $obj->parent_srl = $comment->parent_srl; - $output = $oCommentController->updateComment($obj); + $output = $oCommentController->updateComment($obj, $this->grant->manager); $comment_srl = $obj->comment_srl; } diff --git a/modules/blog/skins/default/comment.html b/modules/blog/skins/default/comment.html index 5d7a89e74..d6eae8b0c 100644 --- a/modules/blog/skins/default/comment.html +++ b/modules/blog/skins/default/comment.html @@ -43,8 +43,7 @@