Unused parameter deleted.

This commit is contained in:
BJRambo 2016-05-24 21:37:35 +09:00
parent fb4ff53a6f
commit a0699b2e33

View file

@ -261,7 +261,7 @@ class commentModel extends comment
$args->status = 1;
}
$output = executeQuery('comment.getCommentCount', $args, NULL, 'master');
$output = executeQuery('comment.getCommentCount', $args, NULL);
$total_count = $output->data->count;
return (int) $total_count;