Make sure that OC-ETag is set again

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
Roeland Jago Douma 2020-04-21 10:14:31 +02:00
parent f0c1041d2e
commit 4ee56689a8
No known key found for this signature in database
GPG key ID: F941078878347C0C

View file

@ -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']);
}