Fixed issue

This commit is contained in:
Jose Gonzalez 2021-11-23 12:50:12 +01:00
parent fee6b06a2a
commit 67f893f4ee
1 changed files with 1 additions and 1 deletions

View File

@ -290,7 +290,7 @@ if (is_array($config) === true
$config['history_db_host'],
$config['history_db_name'],
$config['history_db_user'],
$config['history_db_pass'],
io_output_password($config['history_db_pass']),
$config['history_db_port']
);
ob_get_clean();