mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-11-07 22:41:59 +01:00
get_users_all_email_addresses() should not call get_email_addresses_from_groups()
Signed-off-by: Janos SUTO <sj@acts.hu>
This commit is contained in:
parent
b124c76060
commit
694aa107c2
@ -68,9 +68,6 @@ class ModelUserUser extends Model {
|
||||
|
||||
}
|
||||
|
||||
$emails = $this->get_email_addresses_from_groups($data);
|
||||
$data = array_merge($data, $emails);
|
||||
|
||||
return $data;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user