// validateControler is now deprecated

This commit is contained in:
fBrignoli
2011-08-23 08:58:07 +00:00
parent 0672282dec
commit 24fce51c83
4 changed files with 6 additions and 4 deletions
+1 -1
View File
@@ -67,7 +67,7 @@ class IdentityControllerCore extends FrontController
else
{
$prev_id_default_group = $customer->id_default_group;
$this->errors = $customer->validateControler();
$this->errors = $customer->validateController();
}
if (!sizeof($this->errors))
{