We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5883ac2 + d560016 commit 6bc396cCopy full SHA for 6bc396c
1 file changed
server/plugins-available/mysql_clientdb_plugin.inc.php
@@ -83,7 +83,7 @@ function process_host_list($action, $database_name, $database_user, $database_pa
83
$sql_plugins[] = $row['plugin_name'];
84
}
85
$result->free();
86
- 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);
87
return false;
88
89
0 commit comments