Browse Source

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

QuotaPlugin expect 1 parameter
tags/v23.0.0beta1
Lukas Reschke 2 years ago
parent
commit
b47b3d8a85
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      apps/dav/lib/Server.php

+ 1
- 1
apps/dav/lib/Server.php 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(

Loading…
Cancel
Save