Merge pull request #1097 from devflow/dev2

comment.controller.php 함수 파라미터 누락 수정
This commit is contained in:
Gyeong-Won, Hong 2014-12-20 15:16:11 +09:00
commit 0047576607

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