Merged in bugfix/HOR-3382 (pull request #6254)

HOR-3382

Approved-by: Julio Cesar Laura Avendaño <contact@julio-laura.com>
This commit is contained in:
Roly
2018-01-03 18:49:48 +00:00
committed by Julio Cesar Laura Avendaño
parent ae28e48861
commit 82793c15b9

View File

@@ -1157,8 +1157,7 @@ class System
self::$debug = $config['debug'];
if ($config['proxy_pass'] != '') {
$G = new G();
$config['proxy_pass'] = $G->decrypt($config['proxy_pass'], 'proxy_pass');
$config['proxy_pass'] = G::decrypt($config['proxy_pass'], 'proxy_pass');
}
return $config;