diff --git a/Classes/Uri/TyposcriptRenderingUri.php b/Classes/Uri/TyposcriptRenderingUri.php index 0ed3f03..42f86dc 100644 --- a/Classes/Uri/TyposcriptRenderingUri.php +++ b/Classes/Uri/TyposcriptRenderingUri.php @@ -43,6 +43,7 @@ private function parseViewHelperContext(ViewHelperContext $viewHelperContext): v $pluginName = $arguments['pluginName']; $extensionName = $arguments['extensionName']; $contextRecord = $arguments['contextRecord']; + $additionalParams = $arguments['additionalParams']; if ($pluginName === null) { $pluginName = $controllerContext->getRequest()->getPluginName();