Skip to content

Commit 6380a8f

Browse files
committed
1 parent ca5291a commit 6380a8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/lib/installer_base.lib.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ public function add_database_server_record() {
152152
if($cf['host'] == 'localhost') {
153153
$from_host = 'localhost';
154154
} else {
155-
$from_host = $inst->conf['hostname'];
155+
$from_host = $this->conf['hostname'];
156156
}
157157

158158
//* Create the ISPConfig database user

0 commit comments

Comments
 (0)