mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 18:51:41 +09:00
Unused parameter deleted.
This commit is contained in:
parent
fb4ff53a6f
commit
a0699b2e33
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue