Skip to content

Commit

Permalink
Remove unused parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
webeweb committed Jul 16, 2018
1 parent 3399417 commit 78d014c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public function __construct(TranslatorInterface $translator) {
*/
public function bootstrapBreadcrumbsFunction(array $args = [], NavigationTree $tree, Request $request) {
NavigationTreeHelper::activeTree($tree, $request);
return $this->bootstrapBreadcrumbs($tree, $request);
return $this->bootstrapBreadcrumbs($tree);
}

/**
Expand Down

0 comments on commit 78d014c

Please sign in to comment.