From 6a278d405d16c4b371698ccfae05019a17b6fbb4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dr=C3=BFSs=27?= Date: Mon, 18 Mar 2013 17:07:41 +0100 Subject: [PATCH] [-] FO: CMS link to conditions should not be in SSL --- controllers/front/ParentOrderController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controllers/front/ParentOrderController.php b/controllers/front/ParentOrderController.php index 164ba87b2..97663a574 100644 --- a/controllers/front/ParentOrderController.php +++ b/controllers/front/ParentOrderController.php @@ -492,7 +492,7 @@ class ParentOrderControllerCore extends FrontController // TOS $cms = new CMS(Configuration::get('PS_CONDITIONS_CMS_ID'), $this->context->language->id); - $this->link_conditions = $this->context->link->getCMSLink($cms, $cms->link_rewrite, false); + $this->link_conditions = $this->context->link->getCMSLink($cms, $cms->link_rewrite); if (!strpos($this->link_conditions, '?')) $this->link_conditions .= '?content_only=1'; else