projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eec0b4d
)
BC catch.
author
Jan Schneider
<jan@horde.org>
Mon, 20 Sep 2010 16:39:22 +0000
(18:39 +0200)
committer
Jan Schneider
<jan@horde.org>
Mon, 20 Sep 2010 16:39:22 +0000
(18:39 +0200)
framework/Group/lib/Horde/Group/Ldap.php
patch
|
blob
|
history
diff --git
a/framework/Group/lib/Horde/Group/Ldap.php
b/framework/Group/lib/Horde/Group/Ldap.php
index
66a62d7
..
a8d7c11
100644
(file)
--- 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);