From 9c53e5e93ca79a0c7d88f18754761e5484502f00 Mon Sep 17 00:00:00 2001 From: Pierre Rudloff Date: Sun, 2 Apr 2017 23:45:59 +0200 Subject: [PATCH] Lint --- controllers/FrontController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controllers/FrontController.php b/controllers/FrontController.php index 121c58b..8c82779 100644 --- a/controllers/FrontController.php +++ b/controllers/FrontController.php @@ -229,7 +229,7 @@ class FrontController 'protocol' => $protocol, 'config' => $this->config, 'canonical' => $this->getCanonicalUrl($request), - 'uglyUrls' => $this->config->uglyUrls, + 'uglyUrls' => $this->config->uglyUrls, ] );