Skip to content

Commit

Permalink
Bugfix: Add default value
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikdro committed Oct 20, 2020
1 parent 0bce7b9 commit ae3553a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/Controller/ApiController.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public function initializeAction()
}


public function renderCookieSettingsAction(array $dimensions)
public function renderCookieSettingsAction(array $dimensions = [])
{
$this->view->setVariablesToRender(['html', 'needsRenew']);

Expand Down

0 comments on commit ae3553a

Please sign in to comment.