From 9ac95d21faf99ad14918d0ad36f9bcb3dfa27513 Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Sun, 29 Jun 2008 07:43:17 -0400
Subject: [PATCH] 

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

diff --git a/install/install.php b/install/install.php
index 680a1b4..ef6a8fb 100644
--- a/install/install.php
+++ b/install/install.php
@@ -296,7 +296,7 @@
 		*/
 
 		//** Customise the port ISPConfig runs on
-		$conf['apache']['vhost_port'] = $inst->free_query('ISPConfig Port', '8080');
+		$inst->conf['apache']['vhost_port'] = $inst->free_query('ISPConfig Port', '8080');
 		
 		$inst->install_ispconfig_interface = true;
 			

--
Gitblit v1.9.1