diff --git a/Controller/BackendController.php b/Controller/BackendController.php index f84a22b..4fe617b 100755 --- a/Controller/BackendController.php +++ b/Controller/BackendController.php @@ -350,7 +350,7 @@ final class BackendController extends Controller } $view->setTemplate('/Modules/Kanban/Theme/Backend/kanban-card'); - $view->data['nav'] = $this->app->moduleManager->get('Navigation')->createNavigationMid(1005801001, $request, $response); + $view->data['nav'] = $this->app->moduleManager->get('Navigation')->createNavigationMid(1005801001, $request, $response); return $view; }