summaryrefslogtreecommitdiffstats
path: root/lib/base.php
diff options
context:
space:
mode:
authorRobin Appelman <robin@icewind.nl>2017-01-04 15:54:44 +0100
committerRobin Appelman <robin@icewind.nl>2017-01-04 15:57:02 +0100
commitbca91f2216569c18e8bea4d4761869ce2423aa87 (patch)
tree65ebfd7eb9145611ea7eb9e95f553451a97447d5 /lib/base.php
parent9dbcc1a177ea490d20c49186a8f8090342ecb5a9 (diff)
downloadnextcloud-server-bca91f2216569c18e8bea4d4761869ce2423aa87.tar.gz
nextcloud-server-bca91f2216569c18e8bea4d4761869ce2423aa87.zip
remove static:// stream wrapper
Signed-off-by: Robin Appelman <robin@icewind.nl>
Diffstat (limited to 'lib/base.php')
-rw-r--r--lib/base.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/base.php b/lib/base.php
index 3ab41f37599..f235629120a 100644
--- a/lib/base.php
+++ b/lib/base.php
@@ -667,7 +667,6 @@ class OC {
}
// register the stream wrappers
- stream_wrapper_register('static', 'OC\Files\Stream\StaticStream');
stream_wrapper_register('close', 'OC\Files\Stream\Close');
stream_wrapper_register('quota', 'OC\Files\Stream\Quota');