From 05fe42219b97c6fd55960c12d5011d828399ae46 Mon Sep 17 00:00:00 2001 From: Mathias Brodala Date: Sun, 18 Mar 2018 11:03:01 +0100 Subject: [PATCH] [BUGFIX] Fix routing exception for "Status report" module MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This fixes an error caused by the admin account status check which is only executed for admin accounts with insecure passwords. Change-Id: Ie81ee81ef61445397d6a062e285ebdbca2c5e6d7 Resolves: #84465 Releases: master Reviewed-on: https://review.typo3.org/56347 Reviewed-by: Jan Helke Tested-by: Jan Helke Reviewed-by: Łukasz Uznański Reviewed-by: Andreas Wolf Tested-by: Andreas Wolf --- typo3/sysext/reports/Classes/Report/Status/SecurityStatus.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typo3/sysext/reports/Classes/Report/Status/SecurityStatus.php b/typo3/sysext/reports/Classes/Report/Status/SecurityStatus.php index 33a354a9da8a..d0705406124b 100644 --- a/typo3/sysext/reports/Classes/Report/Status/SecurityStatus.php +++ b/typo3/sysext/reports/Classes/Report/Status/SecurityStatus.php @@ -115,7 +115,7 @@ protected function getAdminAccountStatus() 'record_edit', [ 'edit[be_users][' . $row['uid'] . ']' => 'edit', - 'returnUrl' => (string)$uriBuilder->buildUriFromRoute('system_ReportsTxreportsm1') + 'returnUrl' => (string)$uriBuilder->buildUriFromRoute('system_reports') ] ); $message = sprintf(