From 9c47a9b59d77f620482d55b558445cd53bff2d41 Mon Sep 17 00:00:00 2001 From: mDeflotte Date: Fri, 8 Jun 2012 07:34:33 +0000 Subject: [PATCH] [-] FO : #PSCFV-2623 - Fix address redirection git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@15950 b9a71923-0436-4b27-9f14-aed3839534dd --- controllers/front/ParentOrderController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controllers/front/ParentOrderController.php b/controllers/front/ParentOrderController.php index 618719296..f17aee6ae 100644 --- a/controllers/front/ParentOrderController.php +++ b/controllers/front/ParentOrderController.php @@ -334,7 +334,7 @@ class ParentOrderControllerCore extends FrontController Tools::redirect(''); } else if (!Customer::getAddressesTotalById($this->context->customer->id)) - Tools::redirect('index.php?controller=address&back=order.php&step=1&multi-shipping='.(int)Tools::getValue('multi-shipping')); + Tools::redirect('index.php?controller=address&back='.urlencode('order.php?step=1&multi-shipping='.(int)Tools::getValue('multi-shipping'))); $customer = $this->context->customer; if (Validate::isLoadedObject($customer)) {