Skip to content

Commit

Permalink
Merge pull request #20576 from nextcloud/fix/dav/oc-etag
Browse files Browse the repository at this point in the history
Make sure that OC-ETag is set again
  • Loading branch information
rullzer authored Apr 22, 2020
2 parents d0a57a3 + 4ee5668 commit 8c5bb22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/dav/lib/Connector/Sabre/CopyEtagHeaderPlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class CopyEtagHeaderPlugin extends \Sabre\DAV\ServerPlugin {
public function initialize(\Sabre\DAV\Server $server) {
$this->server = $server;

$server->on('afterMethod', [$this, 'afterMethod']);
$server->on('afterMethod:*', [$this, 'afterMethod']);
$server->on('afterMove', [$this, 'afterMove']);
}

Expand Down

0 comments on commit 8c5bb22

Please sign in to comment.