We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83be887 commit 35bd0c5Copy full SHA for 35bd0c5
1 file changed
system/Pager/Pager.php
@@ -123,7 +123,7 @@ protected function displayLinks(string $group, string $template): string
123
$pager = new PagerRenderer($this->getDetails($group));
124
125
return $this->view->setVar('pager', $pager)
126
- ->render($this->config->templates[$template], null, false);
+ ->render($this->config->templates[$template]);
127
}
128
129
/**
0 commit comments