thomascube
2010-06-08 af3cf8a0a7de74ab169f44277eda73f5f9e18cd7
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
     *