summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2011-11-30 13:49:42 +0000
committeralecpl <alec@alec.pl>2011-11-30 13:49:42 +0000
commita691021389779487e93370ad4c4120cd0ee516b7 (patch)
tree1e9af5b5321b3ef8215645f6a5c9d044cc27375c
parent6f98b9100b191e0a74a947a67da9c7575931bd71 (diff)
- Merge commit r5517 from trunk
-rw-r--r--program/include/rcube_ldap.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/program/include/rcube_ldap.php b/program/include/rcube_ldap.php
index 95377c7cb..03347512c 100644
--- a/program/include/rcube_ldap.php
+++ b/program/include/rcube_ldap.php
@@ -228,7 +228,7 @@ class rcube_ldap extends rcube_addressbook
$replaces = array('%dn' => '', '%dc' => $dc, '%d' => $d, '%fu' => $fu, '%u' => $u);
if ($this->prop['search_base_dn'] && $this->prop['search_filter']) {
- if (!empty$this->prop['search_bind_dn']) && !empty($this->prop['search_bind_pw'])) {
+ if (!empty($this->prop['search_bind_dn']) && !empty($this->prop['search_bind_pw'])) {
$this->bind($this->prop['search_bind_dn'], $this->prop['search_bind_pw']);
}