Fix fatal error deleting user (LDAP)

This commit is contained in:
Nathan Gray 2012-09-21 14:36:02 +00:00
parent 1c72e5fffa
commit a86a3d72c6

View File

@ -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;
}