Skip to content

Commit dbc1807

Browse files
authored
Merge pull request #12053 from nanaya/ranking-sort-keep
Fix missing sort parameter on pagination link
2 parents b795603 + 14adbaa commit dbc1807

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)