Fix compatibility with recent Net_LDAP3 code (#4745)
This commit is contained in:
parent
3ba55540fd
commit
414a571af0
1 changed files with 1 additions and 2 deletions
|
@ -27,8 +27,7 @@
|
|||
*/
|
||||
class kolab_auth_ldap extends rcube_ldap_generic
|
||||
{
|
||||
private $icache = array();
|
||||
private $conf = array();
|
||||
private $conf = array();
|
||||
private $fieldmap = array();
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue