diff options
author | Andreas Gohr <andi@splitbrain.org> | 2018-06-15 17:05:16 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2019-04-20 21:33:23 +0200 |
commit | e1d9dcc8b460b6f029ac9c8d5d3b8d23b6e73402 (patch) | |
tree | 4f1cb24149db8647346973979844423fb8823308 /inc/HTTP/HTTPClient.php | |
parent | 749c002394774d4323466fa0c9370aa913b1849d (diff) | |
download | dokuwiki-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.php | 1 |
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(); |