diff --git a/Classes/Utility/TsfeUtility.php b/Classes/Utility/TsfeUtility.php index 9f698f3..4544534 100644 --- a/Classes/Utility/TsfeUtility.php +++ b/Classes/Utility/TsfeUtility.php @@ -71,6 +71,8 @@ public static function createTSFE(string $siteIdentifier = null, int $languageId if ((new Typo3Version())->getMajorVersion() < 12) { $frontendController->getConfigArray($request); + } else { + $GLOBALS['TYPO3_REQUEST'] = $frontendController->getFromCache($GLOBALS['TYPO3_REQUEST']); } $GLOBALS['TSFE'] = $frontendController;