Merge branch 'master' of github.com:roundcube/roundcubemail

pull/172/head
Aleksander Machniak 12 years ago
commit 723a26cff8

@ -160,7 +160,7 @@ class rcube_ldap_generic
$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;
}
}

Loading…
Cancel
Save