summaryrefslogtreecommitdiffstats
path: root/lib/base.php
diff options
context:
space:
mode:
authorRobin Appelman <robin@icewind.nl>2017-01-03 17:06:03 +0100
committerRobin Appelman <robin@icewind.nl>2017-01-03 17:06:03 +0100
commit5b0956559415bc3a82e78f8e5fb76a3280866ee3 (patch)
tree7eef933345ea5476b83a92a5a4db3ed48488b965 /lib/base.php
parentb399ad2fee406ce54389bace618f1804fdd2e42c (diff)
downloadnextcloud-server-5b0956559415bc3a82e78f8e5fb76a3280866ee3.tar.gz
nextcloud-server-5b0956559415bc3a82e78f8e5fb76a3280866ee3.zip
remove no longer used fakedir 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 7bd14de56b6..3ab41f37599 100644
--- a/lib/base.php
+++ b/lib/base.php
@@ -667,7 +667,6 @@ class OC {
}
// register the stream wrappers
- stream_wrapper_register('fakedir', 'OC\Files\Stream\Dir');
stream_wrapper_register('static', 'OC\Files\Stream\StaticStream');
stream_wrapper_register('close', 'OC\Files\Stream\Close');
stream_wrapper_register('quota', 'OC\Files\Stream\Quota');