summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--program/include/rcmail.php2
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;
}