diff options
author | Robin Appelman <robin@icewind.nl> | 2017-01-04 15:54:44 +0100 |
---|---|---|
committer | Robin Appelman <robin@icewind.nl> | 2017-01-04 15:57:02 +0100 |
commit | bca91f2216569c18e8bea4d4761869ce2423aa87 (patch) | |
tree | 65ebfd7eb9145611ea7eb9e95f553451a97447d5 /lib/base.php | |
parent | 9dbcc1a177ea490d20c49186a8f8090342ecb5a9 (diff) | |
download | nextcloud-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.php | 1 |
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'); |