diff --git a/controllers/FrontController.php b/controllers/FrontController.php index 84ef036..121c58b 100644 --- a/controllers/FrontController.php +++ b/controllers/FrontController.php @@ -229,6 +229,7 @@ class FrontController 'protocol' => $protocol, 'config' => $this->config, 'canonical' => $this->getCanonicalUrl($request), + 'uglyUrls' => $this->config->uglyUrls, ] );