diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2017-01-06 15:25:20 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-06 15:25:20 +0100 |
commit | 73fcb69cad252ad757e61212c3490b2213b132bf (patch) | |
tree | 77533fe6da7e5d140f0b66f7aad1f524743f2147 /lib/base.php | |
parent | ced5fbcc9c1c53f9d73c8df32c4dcc0975c78067 (diff) | |
parent | 968de70bc57f6c5a88c2c688e1c466d419538709 (diff) | |
download | nextcloud-server-73fcb69cad252ad757e61212c3490b2213b132bf.tar.gz nextcloud-server-73fcb69cad252ad757e61212c3490b2213b132bf.zip |
Merge pull request #2934 from nextcloud/quota-stream-non-global
remove the need to register the quota streamwrapper globally
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 4023ebf14f9..4a9158eff64 100644 --- a/lib/base.php +++ b/lib/base.php @@ -671,7 +671,6 @@ class OC { // register the stream wrappers 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')); |