* fixed fatal error deleting users (using new so_sql provided method)

This commit is contained in:
Ralf Becker 2010-08-18 11:48:51 +00:00
parent ec1d39a7a9
commit 92eb3da849

View File

@ -89,7 +89,7 @@ class emailadmin_hooks
$profileList = $boemailadmin->getProfileList($profileID,$appName,$groupID,(int) $data['account_id']);
if (is_array($profileList)) {
foreach ($profileList as $key => $value) {
$boemailadmin->deleteProfile($value['profileID']);
$boemailadmin->delete($value['profileID']);
}
}
}