Skip to content

Commit c464158

Browse files
authored
Merge pull request #48927 from nextcloud/backport/48917/stable26
2 parents 521c708 + ae1d924 commit c464158

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/dav/lib/DAV/ViewOnlyPlugin.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ public function initialize(Server $server): void {
5858
//Sabre\DAV\CorePlugin::httpGet
5959
$this->server->on('method:GET', [$this, 'checkViewOnly'], 90);
6060
$this->server->on('method:COPY', [$this, 'checkViewOnly'], 90);
61+
$this->server->on('method:MOVE', [$this, 'checkViewOnly'], 90);
6162
}
6263

6364
/**

0 commit comments

Comments
 (0)