mirror of
https://github.com/nextcloud/server.git
synced 2025-10-26 19:21:34 +00:00
Merge pull request #28092 from nextcloud/debt/noid/add-quota-plugin
QuotaPlugin expect 1 parameter
This commit is contained in:
commit
b47b3d8a85
@ -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 New Issue
Block a user