alecpl
2010-06-23 b25dfd0913f2ca5666124740c30156fa0a6abaef
program/include/rcube_config.php
@@ -277,12 +277,12 @@
                $domain = $this->prop['mail_domain'][$host];
        }
        else if (!empty($this->prop['mail_domain']))
            $domain = $this->prop['mail_domain'];
            $domain = rcube_parse_host($this->prop['mail_domain']);
        return $domain;
    }
    /**
     * Getter for error state
     *