From 5f221a9599ce7998a5fc0ecd0422f2529928f078 Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Thu, 22 Sep 2011 08:32:22 -0400
Subject: [PATCH] Fixed bugs in updater.
---
install/update.php | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/install/update.php b/install/update.php
index f888833..54dfd27 100644
--- a/install/update.php
+++ b/install/update.php
@@ -152,6 +152,7 @@
//* initialize the database
$inst->db = new db();
+$inst->db->dbName = $conf["mysql"]["database"];
//* initialize the master DB, if we have a multiserver setup
if($conf['mysql']['master_slave_setup'] == 'y') {
--
Gitblit v1.9.1