diff --git a/classes/controller/FrontController.php b/classes/controller/FrontController.php index 14dc91682..798446e34 100755 --- a/classes/controller/FrontController.php +++ b/classes/controller/FrontController.php @@ -108,7 +108,7 @@ class FrontControllerCore extends Controller // If current URL use SSL, set it true (used a lot for module redirect) if (Tools::usingSecureMode()) - $useSSL = $this->ssl = true; + $useSSL = true; // For compatibility with globals, DEPRECATED as of version 1.5 $css_files = $this->css_files;