Skip to content

Commit

Permalink
Merge pull request #41 from ADDCreative/patch8
Browse files Browse the repository at this point in the history
Sending mail to customers fails when SSL enabled
  • Loading branch information
danielkerr committed Aug 9, 2012
2 parents cf490c2 + cc5c4e0 commit 32fb415
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upload/admin/controller/sale/contact.php
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ public function send() {
}

if ($end < $email_total) {
$json['next'] = str_replace('&amp;', '&', $this->url->link('sale/contact/send', 'token=' . $this->session->data['token'] . '&page=' . ($page + 1)));
$json['next'] = str_replace('&amp;', '&', $this->url->link('sale/contact/send', 'token=' . $this->session->data['token'] . '&page=' . ($page + 1), 'SSL'));
} else {
$json['next'] = '';
}
Expand Down

0 comments on commit 32fb415

Please sign in to comment.