fix problem/Fatal error on GroupDeletion when deleting Groupn with assigned emailadmin profile

This commit is contained in:
Klaus Leithoff 2013-01-14 08:52:23 +00:00
parent 57247881e8
commit e34f586fe7

View File

@ -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']);
}
}
}