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;