Skip to content

Commit

Permalink
[BUGFIX] Fix routing exception for "Status report" module
Browse files Browse the repository at this point in the history
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 <typo3@helke.de>
Tested-by: Jan Helke <typo3@helke.de>
Reviewed-by: Łukasz Uznański <l.uznanski@macopedia.pl>
Reviewed-by: Andreas Wolf <andreas.wolf@typo3.org>
Tested-by: Andreas Wolf <andreas.wolf@typo3.org>
  • Loading branch information
mbrodala authored and andreaswolf committed Mar 18, 2018
1 parent 0f2d7a6 commit 05fe422
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -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(
Expand Down

0 comments on commit 05fe422

Please sign in to comment.