// Fix bug guest tracking using SSL

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@16705 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
mDeflotte
2012-08-06 08:41:00 +00:00
parent fa8e87432a
commit d7eba5476f
@@ -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');