mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-27 00:58:55 +01:00
Fixed account status not updating
This commit is contained in:
parent
3eeaddba81
commit
49a40dfe81
@ -329,7 +329,7 @@
|
||||
$userData = array(
|
||||
'account_lid' => $account_lid, 'firstname' => $n_firstname,
|
||||
'lastname' => $n_lastname, 'passwd' => $n_passwd,
|
||||
'status' => $n_status, 'old_loginid' => rawurldecode($old_loginid),
|
||||
'status' => $n_account_status, 'old_loginid' => rawurldecode($old_loginid),
|
||||
'account_id' => $account_id, 'passwd_2' => $n_passwd_2,
|
||||
'n_groups' => $n_groups, 'new_permissions' => $new_permissions
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user