Skip to content

Commit

Permalink
Fixing a bug
Browse files Browse the repository at this point in the history
  • Loading branch information
ShurikAg committed Sep 2, 2015
1 parent 43e3cf2 commit a7563f7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Controller/Widgets/PlainMenuController.php
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,8 @@ protected function doRenderMenu(Menu $menu = null)
return new Response("");
}

$menuMgr = $this->getMenuManager();

$items = $menuMgr->fetchItemsTreeForMenu($menu, false);
$items = $menuMgr->markActive($items, $this->getRequest()->getPathInfo());

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "iibs/arnm-menu",
"description": "Araneum's menu bundle",
"version": "1.0.4",
"version": "1.0.5",
"authors": [
{
"name": "Alex Agulyansky",
Expand Down
2 changes: 1 addition & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a7563f7

Please sign in to comment.