// Context part 31

This commit is contained in:
tDidierjean
2011-08-17 10:07:12 +00:00
parent a9a1706085
commit 3d733ae6e2
57 changed files with 200 additions and 165 deletions
+1 -1
View File
@@ -112,7 +112,7 @@ class OrderControllerCore extends ParentOrderController
if ($this->context->customer->is_guest)
{
$email = $this->context->customer->email;
$this->context->cookie->logout(); // If guest we clear the cookie for security reason
$this->context->customer->logout(); // If guest we clear the cookie for security reason
Tools::redirect('index.php?controller=guest-tracking&id_order='.(int)$id_order.'&email='.urlencode($email));
}
else