Skip to content

Commit

Permalink
add query to menu entry
Browse files Browse the repository at this point in the history
  • Loading branch information
maxgu committed Dec 2, 2015
1 parent d2bc572 commit dbabe0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/T4webNavigation/Menu/Navigator.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ private function prepare(array $config)
'label' => $subEntry->getLabel(),
'route' => $subEntry->getRoute(),
'params' => $subEntry->getParams(),
'query' => $entry->getQuery(),
'query' => $subEntry->getQuery(),
'icon' => $subEntry->getIcon()
];
}
Expand Down

0 comments on commit dbabe0c

Please sign in to comment.