Browse Source
Disable OPTIONS handling - done by sabre
pull/1197/head
Thomas Müller
9 years ago
committed by
Lukas Reschke
No known key found for this signature in database
GPG Key ID: B9F6980CF6E759B1
1 changed files with
1 additions and
1 deletions
-
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) |
|
|
|
|