Aleksander Machniak
2015-11-25 69a1e4f7b1a601041a2f36c6c99ed410d663ab34
program/include/rcmail_install.php
@@ -522,7 +522,7 @@
    foreach ($default_hosts as $key => $name) {
      if (!empty($name))
        $out[] = rcube_parse_host(is_numeric($key) ? $name : $key);
        $out[] = rcube_utils::parse_host(is_numeric($key) ? $name : $key);
    }
    return $out;