- Fix parse error from last commit (grrrrr, do tests before commit!)

pull/1/head
alecpl 13 years ago
parent 2d08ec91ca
commit 03e520f1ba

@ -236,7 +236,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']);
}

Loading…
Cancel
Save