mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-18 09:52:17 +09:00
ModuleHandler::triggerCall('comment.deleteComment', 'after', $obj); 을 ModuleHandler::triggerCall('comment.deleteComment', 'after', $comment); 로 수정해야합니다.
updateCommentByDelete 함수에서 받아오는 $obj 값을 그대로 사용해서 트리거로 전달하면 안되며, $comment = getModel('comment')->getComment($obj->comment_srl); 을 통해 저장한 $comment 값을 넘겨주어야 합니다.
|
||
|---|---|---|
| .. | ||
| conf | ||
| lang | ||
| queries | ||
| ruleset | ||
| schemas | ||
| tpl | ||
| comment.admin.controller.php | ||
| comment.admin.view.php | ||
| comment.class.php | ||
| comment.controller.php | ||
| comment.item.php | ||
| comment.model.php | ||
| comment.view.php | ||