minor fix

This commit is contained in:
alejandro.campos@artica.es 2022-10-19 18:38:27 +02:00
parent ac7f8419a6
commit 17a87392e3
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ final class Config
$link->options(MYSQLI_OPT_CONNECT_TIMEOUT, 2);
$rc = mysqli_real_connect(
$link,
$$config['history_db_host'],
$config['history_db_host'],
$config['history_db_user'],
io_output_password($config['history_db_pass']),
$config['history_db_name'],