From 635630015b5ef3cb392955f7dffdc19d689ba29b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rapha=C3=ABl=20Gertz?= Date: Tue, 14 Oct 2025 13:22:54 +0200 Subject: [PATCH] Restore root default route --- Controller/AbstractController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Controller/AbstractController.php b/Controller/AbstractController.php index 57a0ffc..fca2be9 100644 --- a/Controller/AbstractController.php +++ b/Controller/AbstractController.php @@ -337,7 +337,7 @@ abstract class AbstractController extends BaseAbstractController implements Serv 'logo' => $this->config['logo'], 'next' => null, 'prev' => null, - 'root' => $this->router->generate($this->config['root']), + 'root' => $this->config['root'], 'title' => [ 'page' => null, 'section' => null, -- 2.41.3