From 2cfb458e1c4c78f60b0be4ddc51575391c4c9879 Mon Sep 17 00:00:00 2001 From: thomasb Date: Tue, 24 Jun 2008 13:51:12 +0000 Subject: Really, really fix host selection (damn, it's too hot) git-svn-id: https://svn.roundcube.net/trunk@1574 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/include/rcmail.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'roundcubemail/program/include') diff --git a/roundcubemail/program/include/rcmail.php b/roundcubemail/program/include/rcmail.php index 7f4474886..067de5e0f 100644 --- a/roundcubemail/program/include/rcmail.php +++ b/roundcubemail/program/include/rcmail.php @@ -503,6 +503,8 @@ class rcmail else if (empty($default_host)) { $host = get_input_value('_host', RCUBE_INPUT_POST); } + else + $host = $default_host; return $host; } -- cgit v1.2.3