Skip to content

Commit 14adbaa

Browse files
committedMar 26, 2025
Fix missing sort parameter on pagination link
1 parent b795603 commit 14adbaa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

Diff for: ‎app/Http/Controllers/RankingController.php

+1
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,7 @@ public function index($mode, $type, ?string $sort = null)
293293
['path' => route('rankings', [
294294
'filter' => $this->params['filter'],
295295
'mode' => $mode,
296+
'sort' => $sort,
296297
'type' => $type,
297298
'variant' => $this->params['variant'],
298299
])]

0 commit comments

Comments
 (0)