fix(dav): Cleanup view-only check

Signed-off-by: provokateurin <kate@provokateurin.de>
pull/48917/head
provokateurin 2 years ago
parent e6c11e1be0
commit bb7841998b
No known key found for this signature in database
  1. 1
      apps/dav/lib/DAV/ViewOnlyPlugin.php

@ -44,6 +44,7 @@ class ViewOnlyPlugin extends ServerPlugin {
//Sabre\DAV\CorePlugin::httpGet
$this->server->on('method:GET', [$this, 'checkViewOnly'], 90);
$this->server->on('method:COPY', [$this, 'checkViewOnly'], 90);
$this->server->on('method:MOVE', [$this, 'checkViewOnly'], 90);
}
/**

Loading…
Cancel
Save