mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-25 04:11:49 +02:00
call the right function name
This commit is contained in:
parent
41acc5ce0f
commit
cd30d6d0ab
@ -370,7 +370,7 @@
|
||||
accounts_::delete($accountid);
|
||||
|
||||
// delete all acl_entries belonging to that user or group
|
||||
$GLOBALS['phpgw']->acl->delete($accountid);
|
||||
$GLOBALS['phpgw']->acl->delete_account($accountid);
|
||||
}
|
||||
|
||||
function create($account_info,$default_prefs=True)
|
||||
|
Loading…
x
Reference in New Issue
Block a user