forked from extern/egroupware
added missing charset-translation of the cn (common name), thanks to Martin Dalum <martin-AT-cabo.dk>
This commit is contained in:
parent
a2a1969946
commit
8071d23ea5
@ -83,7 +83,7 @@
|
||||
}
|
||||
}
|
||||
$this->data['account_dn'] = $allValues[0]['dn'];
|
||||
$this->data['fullname'] = $allValues[0]['cn'][0];
|
||||
$this->data['fullname'] = $GLOBALS['phpgw']->translation->convert($allValues[0]['cn'][0],'utf-8');
|
||||
|
||||
if ($GLOBALS['phpgw_info']['server']['ldap_extra_attributes'])
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user