Skip to content

Commit

Permalink
Fix duplicated items for rules pages counter
Browse files Browse the repository at this point in the history
  • Loading branch information
RomainLvr authored Jun 11, 2024
1 parent 87f95cc commit bbbda4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/RuleCollection.php
Original file line number Diff line number Diff line change
Expand Up @@ -575,7 +575,7 @@ public function showListRules($target, $options = [])
$can_sort = $canedit && $nb;
if (count($this->RuleList->list)) {
$can_sort = $this->RuleList->list[0]->can_sort && $canedit && $nb;
Session::initNavigateListItems($ruletype);
Session::initNavigateListItems($ruletype, '', '');
}

if ($can_sort) {
Expand Down

0 comments on commit bbbda4b

Please sign in to comment.