Skip to content
This repository has been archived by the owner on Jul 22, 2022. It is now read-only.

Commit

Permalink
use the correct parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
ElectricMaxxx committed Jul 28, 2017
1 parent e29366e commit 0991400
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Controller/TreeController.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public function treeAction(Request $request)

return $this->render($this->template, array(
'root_node' => $root,
'routing_defaults' => $this->treeConfiguration['routing_default'],
'routing_defaults' => $this->treeConfiguration['routing_defaults'],
'repository_name' => $this->treeConfiguration['repository_name'],
'reorder' => $this->treeConfiguration['reorder'],
'move' => $this->treeConfiguration['move'],
Expand Down

0 comments on commit 0991400

Please sign in to comment.