From 7f9ed41f4468fb6782daabde7d9a812c5a02535f Mon Sep 17 00:00:00 2001 From: rGaillard Date: Fri, 28 Sep 2012 13:39:48 +0000 Subject: [PATCH] // small fix --- 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 191591969..694dcda0d 100644 --- a/controllers/front/AuthController.php +++ b/controllers/front/AuthController.php @@ -396,7 +396,7 @@ class AuthControllerCore extends FrontController && !Tools::getValue('phone_mobile') && (Configuration::get('PS_ORDER_PROCESS_TYPE') //check if is in OPC mode || (Configuration::get('PS_REGISTRATION_PROCESS_TYPE') && !Configuration::get('PS_ORDER_PROCESS_TYPE')) //check if is simple registration mode and not in OPC mode) - ) + )) $this->errors[] = Tools::displayError('You must register at least one phone number'); $this->errors = array_unique(array_merge($this->errors, $customer->validateController()));