summaryrefslogtreecommitdiff
path: root/roundcubemail/installer/index.php
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2011-05-19 10:06:46 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2011-05-19 10:06:46 +0000
commit7f35e7c05158eaac89b731365bd941aba9ff073f (patch)
tree8802a58bf462a822df66b4d42e8ef1affe349af1 /roundcubemail/installer/index.php
parent8f35ee81b6f626be5b16c330fa47a85e4d720209 (diff)
- Fix default_port option handling in Installer when config.inc.php file exists (#1487925)
git-svn-id: https://svn.roundcube.net/trunk@4789 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/installer/index.php')
-rw-r--r--roundcubemail/installer/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/installer/index.php b/roundcubemail/installer/index.php
index e09b82797..8df7ab0ef 100644
--- a/roundcubemail/installer/index.php
+++ b/roundcubemail/installer/index.php
@@ -41,7 +41,7 @@ if ($RCI->configured && ($RCI->getprop('enable_installer') || $_SESSION['allowin
header('Content-type: text/plain');
header('Content-Disposition: attachment; filename="'.$filename.'"');
-
+
$RCI->merge_config();
echo $RCI->create_config($_GET['_mergeconfig'], true);
exit;