Fix compatibility with recent Net_LDAP3 code (#4745)

This commit is contained in:
Aleksander Machniak 2015-02-27 06:49:50 -05:00
parent 3ba55540fd
commit 414a571af0

View file

@ -27,8 +27,7 @@
*/
class kolab_auth_ldap extends rcube_ldap_generic
{
private $icache = array();
private $conf = array();
private $conf = array();
private $fieldmap = array();