summaryrefslogtreecommitdiffstats
path: root/lib/public/irequest.php
diff options
context:
space:
mode:
authorThomas Tanghus <thomas@tanghus.net>2013-09-28 01:35:24 +0200
committerThomas Tanghus <thomas@tanghus.net>2013-10-01 20:13:13 +0200
commit973bcccd7cc18867ea22c24f83421ed180b5022c (patch)
treedcb1dcf2832b9c73c65f73d050bc9228a4f8f33d /lib/public/irequest.php
parent36d1156cf8fbd340ecfcc9d9a06e69004acfe154 (diff)
downloadnextcloud-server-973bcccd7cc18867ea22c24f83421ed180b5022c.tar.gz
nextcloud-server-973bcccd7cc18867ea22c24f83421ed180b5022c.zip
Implement PUT an PATCH support
Diffstat (limited to 'lib/public/irequest.php')
-rw-r--r--lib/public/irequest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/irequest.php b/lib/public/irequest.php
index 5611180473d..b9bcc4bbc28 100644
--- a/lib/public/irequest.php
+++ b/lib/public/irequest.php
@@ -114,5 +114,5 @@ interface IRequest {
* @return string|resource The request body content or a resource to read the body stream.
* @throws \LogicException
*/
- function getContent($asResource = false);
+ //function getContent($asResource = false);
}