mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
QuotaPlugin expect 1 parameter
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
This commit is contained in:
parent
71109b7425
commit
dedf51b6e6
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