From eec34efac2f61ca05fcb7930df39abfc4cd3f503 Mon Sep 17 00:00:00 2001 From: thomascube <thomas@roundcube.net> Date: Tue, 24 Jun 2008 09:51:12 -0400 Subject: [PATCH] Really, really fix host selection (damn, it's too hot) --- 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 7f44748..067de5e 100644 --- a/program/include/rcmail.php +++ b/program/include/rcmail.php @@ -503,6 +503,8 @@ else if (empty($default_host)) { $host = get_input_value('_host', RCUBE_INPUT_POST); } + else + $host = $default_host; return $host; } -- Gitblit v1.9.1