Fix deprecated
This commit is contained in:
parent
283a42c086
commit
1f69f4ed5d
@ -3006,7 +3006,7 @@ class User extends CommonObject
|
||||
$this->ldap_sid = $ldapuser->{$conf->global->LDAP_FIELD_SID};
|
||||
|
||||
$this->job = $ldapuser->{$conf->global->LDAP_FIELD_TITLE};
|
||||
$this->note = $ldapuser->{$conf->global->LDAP_FIELD_DESCRIPTION};
|
||||
$this->note_public = $ldapuser->{$conf->global->LDAP_FIELD_DESCRIPTION};
|
||||
|
||||
$result = $this->update($user);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user