mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-11 16:38:39 +01:00
* API: fix fatal error deleting user (LDAP), as reported on list (backport from Trunk)
This commit is contained in:
parent
aad0558643
commit
2ed3b3f205
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user