summaryrefslogtreecommitdiff
path: root/inc/HTTPClient.php
diff options
context:
space:
mode:
Diffstat (limited to 'inc/HTTPClient.php')
-rw-r--r--inc/HTTPClient.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/HTTPClient.php b/inc/HTTPClient.php
index d46200697..1dbcd6be1 100644
--- a/inc/HTTPClient.php
+++ b/inc/HTTPClient.php
@@ -111,7 +111,7 @@ class HTTPClient {
var $proxy_except; // regexp of URLs to exclude from proxy
// list of kept alive connections
- var $connections = array();
+ static $connections = array();
// what we use as boundary on multipart/form-data posts
var $boundary = '---DokuWikiHTTPClient--4523452351';