forked from extern/egroupware
Fix fatal error deleting user (LDAP)
This commit is contained in:
parent
1c72e5fffa
commit
a86a3d72c6
@ -535,7 +535,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