Skip to content

Commit

Permalink
Fix events count; ref #1757
Browse files Browse the repository at this point in the history
  • Loading branch information
trasher committed Dec 14, 2023
1 parent 0436a90 commit 05b2cd5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/GaletteEvents/Repository/Events.php
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,7 @@ private function proceedCount($select)
$countSelect->reset($countSelect::COLUMNS);
$countSelect->reset($countSelect::ORDER);
$countSelect->reset($countSelect::HAVING);
$countSelect->reset($countSelect::GROUP);
$joins = $countSelect->joins;
$countSelect->reset($countSelect::JOINS);
foreach ($joins as $join) {
Expand Down

0 comments on commit 05b2cd5

Please sign in to comment.