diff options
author | Robin Appelman <robin@icewind.nl> | 2017-01-03 17:06:03 +0100 |
---|---|---|
committer | Robin Appelman <robin@icewind.nl> | 2017-01-03 17:06:03 +0100 |
commit | 5b0956559415bc3a82e78f8e5fb76a3280866ee3 (patch) | |
tree | 7eef933345ea5476b83a92a5a4db3ed48488b965 /lib/base.php | |
parent | b399ad2fee406ce54389bace618f1804fdd2e42c (diff) | |
download | nextcloud-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.php | 1 |
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'); |