Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
Open sidebar
Webslice
ISPConfig 3
Commits
0f15aff2
Commit
0f15aff2
authored
Jul 15, 2019
by
Marius Burkard
Browse files
- added missing database name set on update of ISPConfig
parent
3d54268e
Changes
1
Hide whitespace changes
Inline
Side-by-side
install/update.php
View file @
0f15aff2
...
@@ -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'
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment