Skip to content

Commit 676eb28

Browse files
committed
Merge branch '4.1' into 'main'
2 parents 93452cd + 23ab7bb commit 676eb28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phpmyfaq/src/phpMyFAQ/Controller/Administration/AdminLogController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public function index(Request $request): Response
4646
$this->userHasPermission(PermissionType::STATISTICS_ADMINLOG);
4747

4848
$itemsPerPage = 15;
49-
$page = Filter::filterVar($request->attributes->get('page'), FILTER_VALIDATE_INT, 1);
49+
$page = Filter::filterVar($request->query->get('page'), FILTER_VALIDATE_INT, 1);
5050

5151
// Pagination options
5252
$options = [

0 commit comments

Comments
 (0)