summaryrefslogtreecommitdiff
path: root/roundcubemail/program/include
diff options
context:
space:
mode:
authorthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2008-06-24 13:51:12 +0000
committerthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2008-06-24 13:51:12 +0000
commit2cfb458e1c4c78f60b0be4ddc51575391c4c9879 (patch)
tree2d7e37e52da3a85b8b86800264f98039a0c7c7b8 /roundcubemail/program/include
parent297eccc7b1b5d3fff4a17ece3011a56bb4bdb2b2 (diff)
Really, really fix host selection (damn, it's too hot)
git-svn-id: https://svn.roundcube.net/trunk@1574 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/include')
-rw-r--r--roundcubemail/program/include/rcmail.php2
1 files changed, 2 insertions, 0 deletions
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;
}