We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 611a8bc + 5aaf140 commit f1bb1d0Copy full SHA for f1bb1d0
1 file changed
Classes/Uri/TyposcriptRenderingUri.php
@@ -43,6 +43,7 @@ private function parseViewHelperContext(ViewHelperContext $viewHelperContext): v
43
$pluginName = $arguments['pluginName'];
44
$extensionName = $arguments['extensionName'];
45
$contextRecord = $arguments['contextRecord'];
46
+ $additionalParams = $arguments['additionalParams'];
47
48
if ($pluginName === null) {
49
$pluginName = $controllerContext->getRequest()->getPluginName();
0 commit comments