Skip to content

Commit c307fec

Browse files
Pager makeLinks $group param fix
1 parent 84b9cc7 commit c307fec

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
@@ -154,7 +154,7 @@ public function simpleLinks(string $group = 'default', string $template = 'defau
154154
* @param string|null $group optional group (i.e. if we'd like to define custom path)
155155
* @return string
156156
*/
157-
public function makeLinks(int $page, int $perPage, int $total, string $template = 'default_full', int $segment = 0, ?string $group = null): string
157+
public function makeLinks(int $page, int $perPage, int $total, string $template = 'default_full', int $segment = 0, ?string $group = 'default'): string
158158
{
159159
$name = time();
160160

0 commit comments

Comments
 (0)