Aleksander Machniak
2014-03-11 723a26cff86b60768a4207c1edd222fd6604d1fd
Merge branch 'master' of github.com:roundcube/roundcubemail
1 files modified
2 ■■■ changed files
program/lib/Roundcube/rcube_ldap_generic.php 2 ●●● patch | view | raw | blame | history
program/lib/Roundcube/rcube_ldap_generic.php
@@ -160,7 +160,7 @@
                $this->config['hosts'] = array($this->config['hosts']);
            foreach ($this->config['hosts'] as $host) {
                if ($this->connect($host)) {
                if (!empty($host) && $this->connect($host)) {
                    return true;
                }
            }