From 8a8d784161faaec9c1f3967a92e0a9d2c8bb7141 Mon Sep 17 00:00:00 2001 From: hickert Date: Thu, 15 Sep 2011 07:49:46 +0000 Subject: [PATCH] Fixed problem with config values in section 'configRegistry->reload(); + /* Only perform actions if current is set */ if ($this->current === NULL){ return; @@ -462,7 +464,7 @@ class config { /* Search mailMethod konfiguration in main section too */ $tmp = $this->get_cfg_value("core","mailMethod"); - if ($tmp){ + if ($tmp == ""){ $ldap->search ("(objectClass=goMailServer)", array('cn')); $this->data['SERVERS']['IMAP']= array(); while ($attrs= $ldap->fetch()){ -- 2.30.2