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

release-0.6
thomascube 16 years ago
parent 257f88c695
commit eec34efac2

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

Loading…
Cancel
Save