Merge pull request #330 from DrySs/patch-5
[-] FO: CMS link to conditions should not be in SSL
This commit is contained in:
@@ -494,7 +494,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
|
||||
|
||||
Reference in New Issue
Block a user