From cfa14603520f557a9e818768f6e73f441729869e Mon Sep 17 00:00:00 2001 From: rMalie Date: Thu, 26 Jan 2012 10:28:25 +0000 Subject: [PATCH] // Normalize --- 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();