mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-25 17:33:49 +01:00
call the right function name
This commit is contained in:
parent
a70d55cc82
commit
11758e6c41
@ -370,7 +370,7 @@
|
|||||||
accounts_::delete($accountid);
|
accounts_::delete($accountid);
|
||||||
|
|
||||||
// delete all acl_entries belonging to that user or group
|
// 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)
|
function create($account_info,$default_prefs=True)
|
||||||
|
Loading…
Reference in New Issue
Block a user