// Missing parenthesis #PSCFV-3868

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@17148 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
dMetzger
2012-09-03 08:23:52 +00:00
parent 26d31d53c4
commit 69cec80e2d
+1 -1
View File
@@ -174,7 +174,7 @@ class OrderControllerCore extends ParentOrderController
$order = new Order((int)$id_order);
$email = $this->context->customer->email;
$this->context->customer->mylogout(); // If guest we clear the cookie for security reason
Tools::redirect('index.php?controller=guest-tracking&id_order='.(int)$order->reference.'&email='.urlencode($email);
Tools::redirect('index.php?controller=guest-tracking&id_order='.(int)$order->reference.'&email='.urlencode($email));
}
else
Tools::redirect('index.php?controller=history');