From 6380a8f4e62644b0294abdc7982c6b9d1a7bbaf6 Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Sun, 29 Jun 2008 11:32:27 +0000
Subject: [PATCH]

---
 install/lib/installer_base.lib.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/install/lib/installer_base.lib.php b/install/lib/installer_base.lib.php
index 3f3caaaa56..2d222d546f 100644
--- a/install/lib/installer_base.lib.php
+++ b/install/lib/installer_base.lib.php
@@ -152,7 +152,7 @@ class installer_base {
 		if($cf['host'] == 'localhost') {
 			$from_host = 'localhost';
 		} else {
-			$from_host = $inst->conf['hostname'];
+			$from_host = $this->conf['hostname'];
 		}
 		
 		//* Create the ISPConfig database user
-- 
GitLab