mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 19:21:40 +09:00
comment.controller.php 함수 파라미터 누락 수정
This commit is contained in:
parent
df7dd14de5
commit
a90539367e
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue