Skip to content
This repository was archived by the owner on Feb 1, 2021. It is now read-only.

Commit aaf489d

Browse files
Merge pull request #18 from cedricfontaine/patch-1
Avoid mixed content
2 parents ee534f3 + 9751e2a commit aaf489d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

controllers/front/email.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ class ReferralprogramEmailModuleFrontController extends ModuleFrontController
3434
public $display_header = false;
3535

3636
public $display_footer = false;
37+
38+
public $ssl = true;
3739

3840
/**
3941
* @see FrontController::initContent()

0 commit comments

Comments
 (0)