mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-23 14:28:45 +01:00
fix problem/Fatal error on GroupDeletion when deleting Groupn with assigned emailadmin profile
This commit is contained in:
parent
57247881e8
commit
e34f586fe7
@ -112,7 +112,7 @@ class emailadmin_hooks
|
||||
$profileList = $boemailadmin->getProfileList($profileID,$appName,(int) $data['account_id'],$accountID);
|
||||
if (is_array($profileList)) {
|
||||
foreach ($profileList as $key => $value) {
|
||||
$boemailadmin->deleteProfile($value['profileID']);
|
||||
$boemailadmin->soemailadmin->deleteProfile($value['profileID']);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user