comment.controller.php 함수 파라미터 누락 수정

This commit is contained in:
devflow 2014-12-15 17:01:58 +09:00
parent df7dd14de5
commit a90539367e

View file

@ -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);