diff --git a/src/Controller/TransparencyLogController.php b/src/Controller/TransparencyLogController.php index 8f8a521d0..83dec4224 100644 --- a/src/Controller/TransparencyLogController.php +++ b/src/Controller/TransparencyLogController.php @@ -66,7 +66,7 @@ public function viewAuditLogs(Request $request, AuditRecordRepository $auditReco AuditRecordType::TwoFaAuthenticationDeactivated->value, ]); - $auditLogs = new Pagerfanta(new QueryAdapter($qb, false)); + $auditLogs = new Pagerfanta(new QueryAdapter($qb, false, false)); $auditLogs->setNormalizeOutOfRangePages(true); $auditLogs->setMaxPerPage(20); $auditLogs->setCurrentPage(max(1, $request->query->getInt('page', 1)));