Browse Source

Disable OPTIONS handling - done by sabre

pull/1197/head
Thomas Müller 9 years ago
committed by Lukas Reschke
parent
commit
d0ec6b9c15
No known key found for this signature in database GPG Key ID: B9F6980CF6E759B1
  1. 2
      apps/dav/lib/CalDAV/Publishing/PublishPlugin.php

2
apps/dav/lib/CalDAV/Publishing/PublishPlugin.php

@ -92,7 +92,7 @@ class PublishPlugin extends ServerPlugin
$this->server->on('method:POST', [$this, 'httpPost']);
$this->server->on('propFind', [$this, 'propFind']);
$this->server->on('method:OPTIONS', [$this, 'httpOptions'], 5);
// $this->server->on('method:OPTIONS', [$this, 'httpOptions'], 5);
}
public function propFind(PropFind $propFind, INode $node)

Loading…
Cancel
Save