Fix deprecated

This commit is contained in:
Laurent Destailleur 2020-11-13 19:39:59 +01:00
parent 283a42c086
commit 1f69f4ed5d

View File

@ -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);