//last fix before release :p thanks franky

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@11736 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
vAugagneur
2011-12-23 00:19:24 +00:00
parent e5c75bc0ac
commit e8b9ba18bc
+3 -3
View File
@@ -114,8 +114,8 @@ class AddressControllerCore extends FrontController
*/
protected function processSubmitAddress()
{
if ($this->context->customer->is_guest)
Tools::redirect('index.php?controller=addresses');
/*if ($this->context->customer->is_guest)
Tools::redirect('index.php?controller=addresses');*/
$address = new Address();
$this->errors = $address->validateController();
@@ -177,7 +177,7 @@ class AddressControllerCore extends FrontController
$address->dni = NULL;
// Don't continue this process if we have errors !
if ($this->errors)
if ($this->errors && !Tools::isSubmit('ajax'))
return;
// If we edit this address, delete old address and create a new one