diff options
author | Robin Appelman <robin@icewind.nl> | 2017-01-04 15:13:02 +0100 |
---|---|---|
committer | Robin Appelman <robin@icewind.nl> | 2017-01-04 15:15:47 +0100 |
commit | 968de70bc57f6c5a88c2c688e1c466d419538709 (patch) | |
tree | 3c7dd2f6882475dfa04064a51f0fa3b440346765 /lib/base.php | |
parent | 9dbcc1a177ea490d20c49186a8f8090342ecb5a9 (diff) | |
download | nextcloud-server-968de70bc57f6c5a88c2c688e1c466d419538709.tar.gz nextcloud-server-968de70bc57f6c5a88c2c688e1c466d419538709.zip |
remove the need to register the quota streamwrapper globally
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..38b07f1b308 100644 --- a/lib/base.php +++ b/lib/base.php @@ -669,7 +669,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'); \OC::$server->getEventLogger()->start('init_session', 'Initialize session'); OC_App::loadApps(array('session')); |