mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-14 16:02:14 +09:00
Merge pull request #1822 from BOBODDO/develop
컨텐츠 위젯 및 comment 모듈 버그 수정
This commit is contained in:
commit
12e8cc4510
2 changed files with 2 additions and 2 deletions
|
|
@ -967,7 +967,7 @@ class commentController extends comment
|
|||
}
|
||||
|
||||
// call a trigger (after)
|
||||
ModuleHandler::triggerCall('comment.deleteComment', 'after', $obj);
|
||||
ModuleHandler::triggerCall('comment.deleteComment', 'after', $comment);
|
||||
|
||||
// update the number of comments
|
||||
$comment_count = CommentModel::getCommentCount($obj->document_srl);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue