- Fix %dn replacement

release-0.7
alecpl 13 years ago
parent fb6cc8942a
commit 54b0d86aad

@ -228,7 +228,7 @@ class rcube_ldap extends rcube_addressbook
if ($bind_dn) {
$dn = ldap_explode_dn($bind_dn, 1);
$replaces['%dn'] = $dn[0];
$replaces = array('%dn' => $dn[0]) + $replaces;
}
}
}

Loading…
Cancel
Save