X-Git-Url: https://git.rapsys.eu/blogbundle/blobdiff_plain/3d10d3501676aad377f91aa03155b176a1fdf270..d3028f63781ff2767401e31e36ee1c99e6fc484b:/Controller/AbstractController.php 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,