Remove redundant normalize_entry() call
This commit is contained in:
parent
40ac61ecfb
commit
fac41ff1d4
1 changed files with 0 additions and 1 deletions
|
@ -119,7 +119,6 @@ class kolab_auth_ldap extends rcube_ldap_generic
|
|||
$entries = $result->entries(true);
|
||||
$dn = key($entries);
|
||||
$entry = array_pop($entries);
|
||||
$entry = rcube_ldap_generic::normalize_entry($entry);
|
||||
$entry = $this->field_mapping($dn, $entry);
|
||||
|
||||
return $entry;
|
||||
|
|
Loading…
Add table
Reference in a new issue