Jeroen van Meeuwen (Kolab Systems)
2014-08-02 8ee8be9b86032bd23965dd37589691db6abfceb8
Correct reference to old function get_dn()
1 files modified
2 ■■■ changed files
program/lib/Roundcube/rcube_ldap.php 2 ●●● patch | view | raw | blame | history
program/lib/Roundcube/rcube_ldap.php
@@ -333,7 +333,7 @@
                        $res = $ldap->search($search_base_dn, $search_filter, 'sub', $search_attribs);
                        if ($res) {
                            $res->rewind();
                            $replaces['%dn'] = $res->get_dn();
                            $replaces['%dn'] = key($res->entries(TRUE));
                            // add more replacements from 'search_bind_attrib' config
                            if ($search_bind_attrib) {