From 4325eccc55b5606bc453da3ecfbc271323b34147 Mon Sep 17 00:00:00 2001 From: rMalie Date: Thu, 26 Jan 2012 10:28:25 +0000 Subject: [PATCH] // Normalize git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@12706 b9a71923-0436-4b27-9f14-aed3839534dd --- controllers/front/OrderController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controllers/front/OrderController.php b/controllers/front/OrderController.php index 48334deac..53440b284 100644 --- a/controllers/front/OrderController.php +++ b/controllers/front/OrderController.php @@ -35,7 +35,7 @@ class OrderControllerCore extends ParentOrderController */ public function init() { - global $isVirtualCart, $orderTotal; + global $orderTotal; parent::init();