diff --git a/modules/comment/comment.controller.php b/modules/comment/comment.controller.php index 3485227f3..e4117e14d 100644 --- a/modules/comment/comment.controller.php +++ b/modules/comment/comment.controller.php @@ -908,7 +908,7 @@ class commentController extends comment * Remove all comment relation log * @return Object */ - function deleteCommentLog() + function deleteCommentLog($args) { $this->_deleteDeclaredComments($args); $this->_deleteVotedComments($args);