// Merge -> revision 8342
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@8344 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -39,6 +39,8 @@ class GuestTrackingControllerCore extends FrontController
|
||||
|
||||
public function process()
|
||||
{
|
||||
global $link;
|
||||
|
||||
parent::process();
|
||||
|
||||
if ($id_order = Tools::getValue('id_order') AND $email = Tools::getValue('email'))
|
||||
@@ -116,7 +118,7 @@ class GuestTrackingControllerCore extends FrontController
|
||||
}
|
||||
|
||||
$this->context->smarty->assign(array(
|
||||
'action' => 'guest-tracking.php',
|
||||
'action' => $link->getPageLink('guest-tracking.php'),
|
||||
'errors' => $this->errors
|
||||
));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user