Update user.class.php
This commit is contained in:
parent
d28249d568
commit
36cd4a8d4d
@ -3000,7 +3000,7 @@ class User extends CommonObject
|
|||||||
$this->office_fax = $ldapuser->{$conf->global->LDAP_FIELD_FAX};
|
$this->office_fax = $ldapuser->{$conf->global->LDAP_FIELD_FAX};
|
||||||
$this->email = $ldapuser->{$conf->global->LDAP_FIELD_MAIL};
|
$this->email = $ldapuser->{$conf->global->LDAP_FIELD_MAIL};
|
||||||
foreach ($socialnetworks as $key => $value) {
|
foreach ($socialnetworks as $key => $value) {
|
||||||
$this->socialnetworks[$value['label']] = $info[$conf->global->{'LDAP_FIELD_'.strtoupper($value['label'])}];
|
$this->socialnetworks[$value['label']] = $ldapuser{$conf->global->{'LDAP_FIELD_'.strtoupper($value['label'])}};
|
||||||
}
|
}
|
||||||
$this->ldap_sid = $ldapuser->{$conf->global->LDAP_FIELD_SID};
|
$this->ldap_sid = $ldapuser->{$conf->global->LDAP_FIELD_SID};
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user