From 55e5f4a60624278c7b8352d2b50d65565a73ee4e Mon Sep 17 00:00:00 2001 From: restena-sw <stefan.winter@restena.lu> Date: Fri, 15 Jan 2016 15:32:17 +0100 Subject: [PATCH] Update HTTP.php --- lib/SimpleSAML/Utils/HTTP.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/SimpleSAML/Utils/HTTP.php b/lib/SimpleSAML/Utils/HTTP.php index b73cf1302..ee5882581 100644 --- a/lib/SimpleSAML/Utils/HTTP.php +++ b/lib/SimpleSAML/Utils/HTTP.php @@ -367,7 +367,7 @@ class HTTP if (!isset($context['http']['proxy'])) { $context['http']['proxy'] = $proxy; } - if ($proxy_auth !== false) ) { + if ($proxy_auth !== false) { $context['http']['header'] = "Proxy-Authorization: Basic".base64_encode($proxy_auth); } if (!isset($context['http']['request_fulluri'])) { -- GitLab