aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/inc/HTTP/HTTPClient.php
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2018-06-15 17:05:16 +0200
committerAndreas Gohr <andi@splitbrain.org>2019-04-20 21:33:23 +0200
commite1d9dcc8b460b6f029ac9c8d5d3b8d23b6e73402 (patch)
tree4f1cb24149db8647346973979844423fb8823308 /inc/HTTP/HTTPClient.php
parent749c002394774d4323466fa0c9370aa913b1849d (diff)
downloaddokuwiki-e1d9dcc8b460b6f029ac9c8d5d3b8d23b6e73402.tar.gz
dokuwiki-e1d9dcc8b460b6f029ac9c8d5d3b8d23b6e73402.zip
First go at moving the plugin classes into their own namespace
Diffstat (limited to 'inc/HTTP/HTTPClient.php')
-rw-r--r--inc/HTTP/HTTPClient.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/inc/HTTP/HTTPClient.php b/inc/HTTP/HTTPClient.php
index c916d77f0..90c22b7f1 100644
--- a/inc/HTTP/HTTPClient.php
+++ b/inc/HTTP/HTTPClient.php
@@ -165,7 +165,6 @@ class HTTPClient {
$this->start = $this->time();
$this->error = '';
$this->status = 0;
- $this->status = 0;
$this->resp_body = '';
$this->resp_headers = array();