Fix fatal error deleting user (LDAP)

This commit is contained in:
Nathan Gray 2012-09-24 14:46:33 +00:00
parent 9c63bf81ed
commit 86a5b379cb

View File

@ -504,7 +504,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;
}