Skip to content

Commit 0f15aff

Browse files
author
Marius Burkard
committed
- added missing database name set on update of ISPConfig
1 parent 3d54268 commit 0f15aff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

install/update.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,7 @@
253253

254254
//* initialize the database
255255
$inst->db = new db();
256+
$inst->db->setDBName($conf['mysql']['database']);
256257

257258
//* initialize the master DB, if we have a multiserver setup
258259
if($conf['mysql']['master_slave_setup'] == 'y') {

0 commit comments

Comments
 (0)