* API: fix fatal error deleting user (LDAP), as reported on list (backport from Trunk)

This commit is contained in:
Ralf Becker 2013-01-14 06:21:02 +00:00
parent aad0558643
commit 2ed3b3f205

View File

@ -454,7 +454,7 @@ class accounts
$GLOBALS['egw']->acl->delete_account($id);
// delete all categories belonging to that user or group
$GLOBALS['egw']->cats->delete_account($id);
categories::delete_account($id);
return true;
}