Skip to content

Commit

Permalink
Bugfix set missing request
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesbochmann committed Nov 2, 2023
1 parent 1ae9a9e commit 07db26a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Classes/ExtBaseFluid/View/Factory.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,9 @@ public static function getViewInstance(ConfigurationInterface $configurations, $
$configurationManager->setContentObject($configurations->getCObj());
$configurationManager->setConfiguration($frameworkSettings);
$view->setConfigurations($configurations);
if (TYPO3::isTYPO121OrHigher()) {
$view->setRequest($GLOBALS['TYPO3_REQUEST']);
}

return $view;
}
Expand Down

0 comments on commit 07db26a

Please sign in to comment.