mirror of
https://github.com/nextcloud/server.git
synced 2026-07-15 13:01:34 -04:00
Merge pull request #28092 from nextcloud/debt/noid/add-quota-plugin
QuotaPlugin expect 1 parameter
This commit is contained in:
commit
b47b3d8a85
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue