Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[BUGFIX] Prevent TYPO3v11 controllerContext deprecation notice
When using flux 10.0.10 on TYPO3v11, the deprecation log is full of > TYPO3 Deprecation Notice: > Setting request from controllerContext in class > TYPO3\CMS\Fluid\Core\Rendering\RenderingContext is deprecated. > Use setRequest() directly. > in typo3/sysext/fluid/Classes/Core/Rendering/RenderingContext.php line 205 The deprecation notice is only triggered when the context has no request yet. To get rid of this notice, we simply set the request before setting the controller context.
- Loading branch information