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:
Janos SUTO 2021-08-21 17:46:33 +02:00
parent b124c76060
commit 694aa107c2

View File

@ -68,9 +68,6 @@ class ModelUserUser extends Model {
}
$emails = $this->get_email_addresses_from_groups($data);
$data = array_merge($data, $emails);
return $data;
}