// Fix bug guest tracking using SSL

This commit is contained in:
mDeflotte
2012-08-06 08:41:00 +00:00
parent b1c21dac8e
commit e459c17708
@@ -123,7 +123,7 @@ class GuestTrackingControllerCore extends FrontController
sleep(1);
$this->context->smarty->assign(array(
'action' => $this->context->link->getPageLink('guest-tracking.php'),
'action' => $this->context->link->getPageLink('guest-tracking.php', true),
'errors' => $this->errors,
));
$this->setTemplate(_PS_THEME_DIR_.'guest-tracking.tpl');