Actions
Bug #88906
closedRedirects broken with invalid frontend user object
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
-
Target version:
-
Start date:
2019-08-03
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Currently, redirects are non-functional, as the RedirectService tries to use `TSFE->fe_user` which is just a mock of stdClass.
Error message:
Call to undefined method stdClass::fetchGroupData() in /var/www/src/master/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php line 897
Actions