mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-05 09:41:40 +09:00
Fix #2186 type error when unexpected values are passed to columnList
This commit is contained in:
parent
a4b49048f3
commit
9ca2c94fe4
3 changed files with 4 additions and 2 deletions
|
|
@ -291,7 +291,7 @@ class CommentModel extends Comment
|
|||
$args->statusList = $statusList;
|
||||
}
|
||||
|
||||
$output = executeQuery('comment.getCommentCount', $args, NULL);
|
||||
$output = executeQuery('comment.getCommentCount', $args);
|
||||
$total_count = $output->data->count;
|
||||
|
||||
return (int) $total_count;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue