forked from extern/egroupware
call the right function name
This commit is contained in:
parent
41acc5ce0f
commit
cd30d6d0ab
@ -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