From efaf241cbf99b1d4736f24f4d17fc56965d6d3f7 Mon Sep 17 00:00:00 2001 From: Marc Ducobu Date: Wed, 5 Nov 2014 17:11:31 +0100 Subject: [PATCH] service cl_chill_main_menu_composer -> chill.main.menu_composer - 2 --- Controller/MenuController.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Controller/MenuController.php b/Controller/MenuController.php index dfccd69ed..4402bff6e 100644 --- a/Controller/MenuController.php +++ b/Controller/MenuController.php @@ -8,11 +8,8 @@ class MenuController extends Controller { public function writeMenuAction($menu, $layout, $activeRouteKey = null, array $args = array() ) { - - - return $this->render($layout, array( - 'menu_composer' => $this->get('cl_chill_main_menu_composer'), + 'menu_composer' => $this->get('chill.main.menu_composer'), 'menu' => $menu, 'args' => $args, 'activeRouteKey' => $activeRouteKey