// 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
@@ -76,7 +76,7 @@ class OrderConfirmationControllerCore extends FrontController
'id_order_formatted' => sprintf('#%06d', $this->id_order)
));
/* If guest we clear the cookie for security reason */
$this->context->customer->logout();
$this->context->customer->mylogout();
}
}