Merge branch 'ticket/r16490-email_error' into develop

This commit is contained in:
Michael RICOIS 2018-03-14 11:21:22 +01:00
commit b04dcfea06

View File

@ -222,7 +222,7 @@ class AuthController extends AuthControllerCore
}
}
}
echo $email; exit;
/* Preparing customer */
$customer = new Customer();
$lastnameAddress = $_POST['lastname'];