Skip to content

Commit

Permalink
Merge pull request #1 from urbantrout/urbantrout-patch-1
Browse files Browse the repository at this point in the history
Fix additionalParams argument
  • Loading branch information
urbantrout authored Jan 17, 2019
2 parents 611a8bc + 5accea5 commit 5aaf140
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Classes/Uri/TyposcriptRenderingUri.php
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 5aaf140

Please sign in to comment.