Skip to content

Commit 35bd0c5

Browse files
committed
fix: incorrect fix in the past
Revert #6251
1 parent 83be887 commit 35bd0c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

system/Pager/Pager.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ protected function displayLinks(string $group, string $template): string
123123
$pager = new PagerRenderer($this->getDetails($group));
124124

125125
return $this->view->setVar('pager', $pager)
126-
->render($this->config->templates[$template], null, false);
126+
->render($this->config->templates[$template]);
127127
}
128128

129129
/**

0 commit comments

Comments
 (0)