From 0a46ac42576d1a332a4c66e32a034fe5ee4164c9 Mon Sep 17 00:00:00 2001 From: vAugagneur Date: Wed, 17 Oct 2012 10:02:18 +0000 Subject: [PATCH] [-] FO : fixed bug #PSCFV-4950 git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@17892 b9a71923-0436-4b27-9f14-aed3839534dd --- controllers/front/AuthController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controllers/front/AuthController.php b/controllers/front/AuthController.php index 22e7ea06d..1b8e186ce 100644 --- a/controllers/front/AuthController.php +++ b/controllers/front/AuthController.php @@ -582,7 +582,7 @@ class AuthControllerCore extends FrontController if (!Configuration::get('PS_REGISTRATION_PROCESS_TYPE') && !$this->ajax && !Tools::isSubmit('submitGuestAccount')) Tools::redirect('index.php?controller=address'); if ($back = Tools::getValue('back')) - Tools::redirect('index.php?controller='.$back); + Tools::redirect($back); Tools::redirect('index.php?controller=my-account'); // redirection: if cart is not empty : redirection to the cart if (count($this->context->cart->getProducts(true)) > 0)