From 76e26ea685359d143b1e26d2520239164a08d659 Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Mon, 20 Sep 2010 18:39:22 +0200 Subject: [PATCH] BC catch. --- framework/Group/lib/Horde/Group/Ldap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/Group/lib/Horde/Group/Ldap.php b/framework/Group/lib/Horde/Group/Ldap.php index 66a62d784..a8d7c11be 100644 --- a/framework/Group/lib/Horde/Group/Ldap.php +++ b/framework/Group/lib/Horde/Group/Ldap.php @@ -86,7 +86,7 @@ class Horde_Group_Ldap extends Horde_Group } /* Generate LDAP search filter. */ - $this->_filter = Horde_Ldap_Filter::build($this->_params['search']); + $this->_filter = Horde_Ldap_Filter::build(isset($this->_params['search']) ? $this->_params['search'] : $this->_params); /* Connect to server. */ $this->_ldap = new Horde_Ldap($this->_params); -- 2.11.0