Commit 0f15aff2 authored by Marius Burkard's avatar Marius Burkard
Browse files

- added missing database name set on update of ISPConfig

parent 3d54268e
...@@ -253,6 +253,7 @@ prepareDBDump(); ...@@ -253,6 +253,7 @@ prepareDBDump();
//* initialize the database //* initialize the database
$inst->db = new db(); $inst->db = new db();
$inst->db->setDBName($conf['mysql']['database']);
//* initialize the master DB, if we have a multiserver setup //* initialize the master DB, if we have a multiserver setup
if($conf['mysql']['master_slave_setup'] == 'y') { if($conf['mysql']['master_slave_setup'] == 'y') {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment