Replace setters

This commit is contained in:
Nicolas Le Goff
2013-11-16 18:15:53 +01:00
parent c156f842c7
commit 3322437648
15 changed files with 81 additions and 82 deletions

View File

@@ -87,7 +87,7 @@ class module_console_systemMailCheck extends Command
throw new Exception('Invalid user');
}
$tmp_user->set_email(null);
$tmp_user->setEmail(null);
unset($users[$id]);
} catch (Exception $e) {