mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-16 06:23:18 +00:00
Replace setters
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user