diff options
author | alecpl <alec@alec.pl> | 2011-05-19 10:06:46 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2011-05-19 10:06:46 +0000 |
commit | 403f0bf771d022964412bb646532c19431710d65 (patch) | |
tree | 383b7ac8bb2ab39b71e0ddbd3f8be1e5bd473083 /installer/index.php | |
parent | 4bb7d27b5468630efaa703e7240a86eb134423e9 (diff) |
- Fix default_port option handling in Installer when config.inc.php file exists (#1487925)
Diffstat (limited to 'installer/index.php')
-rw-r--r-- | installer/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/installer/index.php b/installer/index.php index e09b82797..8df7ab0ef 100644 --- a/installer/index.php +++ b/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; |