diff options
Diffstat (limited to 'inc/HTTP/DokuHTTPClient.php')
-rw-r--r-- | inc/HTTP/DokuHTTPClient.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/inc/HTTP/DokuHTTPClient.php b/inc/HTTP/DokuHTTPClient.php index d9a69db0a..63b4f9dfc 100644 --- a/inc/HTTP/DokuHTTPClient.php +++ b/inc/HTTP/DokuHTTPClient.php @@ -77,5 +77,4 @@ class DokuHTTPClient extends HTTPClient unset($evt); return parent::sendRequest($url, $data, $method); } - } |