From efb50df7cae11fede69280cc780ce994a043d56e Mon Sep 17 00:00:00 2001 From: David Allen Date: Tue, 1 Mar 2016 11:31:07 -0500 Subject: [PATCH] Fixed issue with menu build script causing issue. --- _build/data/transport.menu.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_build/data/transport.menu.php b/_build/data/transport.menu.php index 4739dd2..4592909 100644 --- a/_build/data/transport.menu.php +++ b/_build/data/transport.menu.php @@ -10,7 +10,7 @@ 'id' => 1, 'namespace' => 'doodles', 'parent' => 0, - 'controller' => 'controllers/index', + 'controller' => 'index', 'haslayout' => true, 'lang_topics' => 'doodles:default', 'assets' => '', @@ -29,4 +29,4 @@ $menu->addOne($action); unset($menus); -return $menu; \ No newline at end of file +return $menu;