// Merge -> revision 8507

This commit is contained in:
rMalie
2011-09-12 16:17:37 +00:00
parent b404900911
commit a1bdb7b35e
67 changed files with 1938 additions and 1509 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->customer->logout(); // If guest we clear the cookie for security reason
$this->context->customer->mylogout(); // 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