[-] FO : fixed bug #PSCFV-4316

This commit is contained in:
vAugagneur
2012-09-24 10:14:07 +00:00
parent 592f688e1b
commit a9f7f81dbb
+1 -1
View File
@@ -172,7 +172,7 @@ class AddressControllerCore extends FrontController
$address->dni = null;
}
// Check if the alias exists
if (!empty($_POST['alias'])
if (!$this->context->customer->is_guest && !empty($_POST['alias'])
&& (int)$this->context->customer->id > 0
&& Db::getInstance()->getValue('
SELECT count(*)