summaryrefslogtreecommitdiffstats
path: root/lib/SimpleSAML/Utils/HTTP.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/SimpleSAML/Utils/HTTP.php')
-rw-r--r--lib/SimpleSAML/Utils/HTTP.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/SimpleSAML/Utils/HTTP.php b/lib/SimpleSAML/Utils/HTTP.php
index b73cf13..ee58825 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'])) {