Really, really fix host selection (damn, it's too hot)

This commit is contained in:
thomascube
2008-06-24 13:51:12 +00:00
parent 257f88c695
commit eec34efac2

View File

@@ -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;
}