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/autoupdate.php | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/install/autoupdate.php b/install/autoupdate.php index b77ff49..a9863ce 100644 --- a/install/autoupdate.php +++ b/install/autoupdate.php @@ -156,6 +156,7 @@ //* initialize the database $inst->db = new db(); +$inst->db->dbName = $conf["mysql"]["database"]; /* * The next line is a bit tricky! -- Gitblit v1.9.1