Skip to content

Commit 5aaf140

Browse files
authored
Merge pull request #1 from urbantrout/urbantrout-patch-1
Fix additionalParams argument
2 parents 611a8bc + 5accea5 commit 5aaf140

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Classes/Uri/TyposcriptRenderingUri.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ private function parseViewHelperContext(ViewHelperContext $viewHelperContext): v
4343
$pluginName = $arguments['pluginName'];
4444
$extensionName = $arguments['extensionName'];
4545
$contextRecord = $arguments['contextRecord'];
46+
$additionalParams = $arguments['additionalParams'];
4647

4748
if ($pluginName === null) {
4849
$pluginName = $controllerContext->getRequest()->getPluginName();

0 commit comments

Comments
 (0)