Skip to content

Commit d560016

Browse files
author
Florian Schaal
committed
typo in mysql_clientdb_plugin.inc.php
1 parent 6d6e3a1 commit d560016

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)