Fix double execution of COUNT query on group pages
Calling `finder.execute.count` twice will perform two queries, but these are all in the same file, so it's easy to just reuse them.
Showing
Please register or sign in to comment
Calling `finder.execute.count` twice will perform two queries, but these are all in the same file, so it's easy to just reuse them.