From 69ad5ecee02492cc06b7f3b9d729928237e26bea Mon Sep 17 00:00:00 2001 From: thomasb Date: Tue, 24 Jun 2008 13:22:08 +0000 Subject: Fix typo and re-enable input box for host git-svn-id: https://svn.roundcube.net/trunk@1572 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/include/rcmail.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roundcubemail/program/include/rcmail.php') diff --git a/roundcubemail/program/include/rcmail.php b/roundcubemail/program/include/rcmail.php index c2ad9cf87..057cabd04 100644 --- a/roundcubemail/program/include/rcmail.php +++ b/roundcubemail/program/include/rcmail.php @@ -474,7 +474,7 @@ class rcmail public function autoselect_host() { $default_host = $this->config->get('default_host'); - $host = !empty($default_host) ? get_input_value('_host', RCUBE_INPUT_POST) : $default_host; + $host = empty($default_host) ? get_input_value('_host', RCUBE_INPUT_POST) : $default_host; if (is_array($host)) { list($user, $domain) = explode('@', get_input_value('_user', RCUBE_INPUT_POST)); -- cgit v1.2.3