diff options
author | thomascube <thomas@roundcube.net> | 2008-06-24 13:51:12 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2008-06-24 13:51:12 +0000 |
commit | eec34efac2f61ca05fcb7930df39abfc4cd3f503 (patch) | |
tree | 758d91db636071f01ddfa8ba4d9c49d531034aa2 /program/include/rcmail.php | |
parent | 257f88c695353067f595f79e3069f7976eef8811 (diff) |
Really, really fix host selection (damn, it's too hot)
Diffstat (limited to 'program/include/rcmail.php')
-rw-r--r-- | program/include/rcmail.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/program/include/rcmail.php b/program/include/rcmail.php index 7f4474886..067de5e0f 100644 --- a/program/include/rcmail.php +++ b/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; } |