add Admin menu

This commit is contained in:
2013-12-07 13:28:41 +01:00
parent 2476d2f143
commit f0676b99d0
3 changed files with 12 additions and 1 deletions

View File

@@ -6,7 +6,7 @@ use Symfony\Bundle\FrameworkBundle\Controller\Controller;
class MenuController extends Controller
{
public function writeMenuAction($menu, $layout, $activeRouteKey, array $args = array() )
public function writeMenuAction($menu, $layout, $activeRouteKey = null, array $args = array() )
{