errata fix0

This commit is contained in:
fbsanchez 2021-07-29 13:15:01 +02:00
parent 41f2842e41
commit b88b019528
1 changed files with 1 additions and 1 deletions

View File

@ -388,7 +388,7 @@ if (empty($config['update_manager_proxy_server']) === false
|| empty($config['update_manager_proxy_password']) === false
) {
$proxy = [
'server' => $config['update_manager_proxy_server'],
'host' => $config['update_manager_proxy_server'],
'port' => $config['update_manager_proxy_port'],
'user' => $config['update_manager_proxy_user'],
'password' => $config['update_manager_proxy_password'],