#8899 Fixed pass with entities

This commit is contained in:
Daniel Maya 2022-05-03 10:02:39 +02:00
parent 7d86f7f88d
commit 9fd4e415c0
1 changed files with 1 additions and 1 deletions

View File

@ -1607,7 +1607,7 @@ function config_update_config()
'port' => $config['history_db_port'],
'name' => $config['history_db_name'],
'user' => $config['history_db_user'],
'pass' => $config['history_db_pass'],
'pass' => io_output_password($config['history_db_pass']),
]
);