Fix incorrect query ID

Thanks to 에그시님
https://xetown.com/tips/1835006
This commit is contained in:
Kijin Sung 2024-08-21 22:31:25 +09:00
parent 23712bda19
commit 7f3eb6d56c

View file

@ -1560,7 +1560,7 @@ class CommentController extends Comment
function _deleteDeclaredComments($commentSrls)
{
executeQuery('comment.deleteDeclaredComments', $commentSrls);
executeQuery('comment.deleteCommentDeclaredLog', $commentSrls);
executeQuery('comment.deleteDeclaredCommentLog', $commentSrls);
}
/**