mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-24 20:01:36 +02:00
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);
|
$GLOBALS['egw']->acl->delete_account($id);
|
||||||
|
|
||||||
// delete all categories belonging to that user or group
|
// delete all categories belonging to that user or group
|
||||||
$GLOBALS['egw']->cats->delete_account($id);
|
categories::delete_account($id);
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user