Merge pull request #28092 from nextcloud/debt/noid/add-quota-plugin

QuotaPlugin expect 1 parameter
This commit is contained in:
Lukas Reschke 2021-07-21 21:50:03 +02:00 committed by GitHub
commit b47b3d8a85
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -254,7 +254,7 @@ class Server {
);
if ($view !== null) {
$this->server->addPlugin(
new QuotaPlugin($view, false));
new QuotaPlugin($view));
}
$this->server->addPlugin(
new TagsPlugin(