Web: Load module menus

refs #5600
This commit is contained in:
Johannes Meyer 2015-09-04 13:55:49 +02:00
parent 63f8f34c15
commit ab23b56973
1 changed files with 1 additions and 1 deletions

View File

@ -249,7 +249,7 @@ class Web extends EmbeddedWeb
$menu = array();
}
return Navigation::fromArray($menu);
return Navigation::fromArray($menu)->load('menu-item');
}
/**