Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
ISPConfig
ISPConfig 3
Commits
2e961201
Commit
2e961201
authored
May 11, 2010
by
tbrehm
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed: FS#1186 - Error in Installer r1728
parent
7320a556
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
install/lib/installer_base.lib.php
install/lib/installer_base.lib.php
+3
-1
No files found.
install/lib/installer_base.lib.php
View file @
2e961201
...
...
@@ -300,7 +300,8 @@ class installer_base {
$hosts
[
$item
[
'Host'
]][
'db'
]
=
$conf
[
'mysql'
][
'master_database'
];
}
}
if
(
is_array
(
$hosts
))
{
foreach
(
$hosts
as
$host
=>
$value
)
{
/*
* Delete ISPConfig user in the master database, in case that it exists
...
...
@@ -371,6 +372,7 @@ class installer_base {
* It is all done. Relod the rights...
*/
$this
->
dbmaster
->
query
(
'FLUSH PRIVILEGES;'
);
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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