QuotaPlugin expect 1 parameter

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
pull/28092/head
Daniel Kesselberg 4 years ago
parent 71109b7425
commit dedf51b6e6
No known key found for this signature in database
GPG Key ID: 36E3664E099D0614
  1. 2
      apps/dav/lib/Server.php

@ -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