Branch 'roundcubemail-plugins-kolab-3.1' - plugins/kolab_auth

Aleksander Machniak machniak at kolabsys.com
Thu Sep 26 10:33:03 CEST 2013


 plugins/kolab_auth/kolab_auth_ldap.php |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 129e4f40e527b7f0058f70f3ca2655b697ab5189
Author: Aleksander Machniak <machniak at kolabsys.com>
Date:   Thu Sep 26 10:32:44 2013 +0200

    Remove redundant normalize_entry() call

diff --git a/plugins/kolab_auth/kolab_auth_ldap.php b/plugins/kolab_auth/kolab_auth_ldap.php
index 94c10a0..b9b3e4a 100644
--- a/plugins/kolab_auth/kolab_auth_ldap.php
+++ b/plugins/kolab_auth/kolab_auth_ldap.php
@@ -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;




More information about the commits mailing list