Skip to content

Commit 6bc396c

Browse files
author
Till Brehm
committed
Merge branch 'stable-3.1' into 'stable-3.1'
typo in mysql_clientdb_plugin.inc.php See merge request !639
2 parents 5883ac2 + d560016 commit 6bc396c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/plugins-available/mysql_clientdb_plugin.inc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ function process_host_list($action, $database_name, $database_user, $database_pa
8383
$sql_plugins[] = $row['plugin_name'];
8484
}
8585
$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);
86+
foreach ($sql_plugins as $plugin) $app->log("MySQL-Plugin $plugin enabled - can not execute function process_host_list", LOGLEVEL_ERROR);
8787
return false;
8888
}
8989

0 commit comments

Comments
 (0)