mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 00:13:35 +01:00
* fixed fatal error deleting users (using new so_sql provided method)
This commit is contained in:
parent
ec1d39a7a9
commit
92eb3da849
@ -89,7 +89,7 @@ class emailadmin_hooks
|
|||||||
$profileList = $boemailadmin->getProfileList($profileID,$appName,$groupID,(int) $data['account_id']);
|
$profileList = $boemailadmin->getProfileList($profileID,$appName,$groupID,(int) $data['account_id']);
|
||||||
if (is_array($profileList)) {
|
if (is_array($profileList)) {
|
||||||
foreach ($profileList as $key => $value) {
|
foreach ($profileList as $key => $value) {
|
||||||
$boemailadmin->deleteProfile($value['profileID']);
|
$boemailadmin->delete($value['profileID']);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user