mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Make sure that OC-ETag is set again
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
parent
f0c1041d2e
commit
4ee56689a8
1 changed files with 1 additions and 1 deletions
|
|
@ -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']);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue