plugins/kolab_auth

Aleksander Machniak machniak at kolabsys.com
Fri Feb 27 12:52:03 CET 2015


 plugins/kolab_auth/kolab_auth_ldap.php |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

New commits:
commit 414a571af02387448d34843048d3fe87876262b3
Author: Aleksander Machniak <machniak at kolabsys.com>
Date:   Fri Feb 27 06:49:50 2015 -0500

    Fix compatibility with recent Net_LDAP3 code (#4745)

diff --git a/plugins/kolab_auth/kolab_auth_ldap.php b/plugins/kolab_auth/kolab_auth_ldap.php
index 431133b..26624a6 100644
--- a/plugins/kolab_auth/kolab_auth_ldap.php
+++ b/plugins/kolab_auth/kolab_auth_ldap.php
@@ -27,8 +27,7 @@
  */
 class kolab_auth_ldap extends rcube_ldap_generic
 {
-    private $icache = array();
-    private $conf = array();
+    private $conf     = array();
     private $fieldmap = array();
 
 




More information about the commits mailing list