Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
ISPConfig
ISPConfig 3
Commits
d5600162
Commit
d5600162
authored
Sep 08, 2017
by
Florian Schaal
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
typo in mysql_clientdb_plugin.inc.php
parent
6d6e3a1b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
server/plugins-available/mysql_clientdb_plugin.inc.php
server/plugins-available/mysql_clientdb_plugin.inc.php
+1
-1
No files found.
server/plugins-available/mysql_clientdb_plugin.inc.php
View file @
d5600162
...
...
@@ -83,7 +83,7 @@ class mysql_clientdb_plugin {
$sql_plugins
[]
=
$row
[
'plugin_name'
];
}
$result
->
free
();
foreach
(
$sql_plugins
as
$plugin
)
$app
->
log
(
"MySQL-Plugin
$plugin
[plugin_name]
enabled - can not execute function process_host_list"
,
LOGLEVEL_ERROR
);
foreach
(
$sql_plugins
as
$plugin
)
$app
->
log
(
"MySQL-Plugin
$plugin
enabled - can not execute function process_host_list"
,
LOGLEVEL_ERROR
);
return
false
;
}
...
...
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