From 403f0bf771d022964412bb646532c19431710d65 Mon Sep 17 00:00:00 2001
From: alecpl <alec@alec.pl>
Date: Thu, 19 May 2011 06:06:46 -0400
Subject: [PATCH] - Fix default_port option handling in Installer when config.inc.php file exists (#1487925)

---
 installer/index.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/installer/index.php b/installer/index.php
index e09b827..8df7ab0 100644
--- a/installer/index.php
+++ b/installer/index.php
@@ -41,7 +41,7 @@
 
   header('Content-type: text/plain');
   header('Content-Disposition: attachment; filename="'.$filename.'"');
-  
+
   $RCI->merge_config();
   echo $RCI->create_config($_GET['_mergeconfig'], true);
   exit;

--
Gitblit v1.9.1