mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
fix(dav): Cleanup view-only check
Signed-off-by: provokateurin <kate@provokateurin.de>
This commit is contained in:
parent
e6c11e1be0
commit
bb7841998b
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Reference in a new issue