From eec34efac2f61ca05fcb7930df39abfc4cd3f503 Mon Sep 17 00:00:00 2001 From: thomascube Date: Tue, 24 Jun 2008 13:51:12 +0000 Subject: Really, really fix host selection (damn, it's too hot) --- program/include/rcmail.php | 2 ++ 1 file changed, 2 insertions(+) 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; } -- cgit v1.2.3