mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-25 01:13:25 +01:00
upps, fixed wrong parameter order
This commit is contained in:
parent
bfc3b262b3
commit
20912e702d
@ -549,7 +549,7 @@ class setup_cmd_ldap extends setup_cmd
|
||||
'account_id' => $entry['uidnumber'][0],
|
||||
'account_lid' => $entry['uid'][0],
|
||||
'account_email' => $entry['mail'][0],
|
||||
),$mail_login_type,$this->domain);
|
||||
),$this->domain,$mail_login_type);
|
||||
|
||||
if ($mbox === $entry[$mbox_attr][0]) continue; // nothing to change
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user