From: Jan Schneider Date: Mon, 20 Sep 2010 16:39:22 +0000 (+0200) Subject: BC catch. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=76e26ea685359d143b1e26d2520239164a08d659;p=horde.git BC catch. --- 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);