Skip to content

Commit

Permalink
Rename QuirksPlugin -> AppleQuirksPlugin
Browse files Browse the repository at this point in the history
Signed-off-by: Claus-Justus Heine <himself@claus-justus-heine.de>
  • Loading branch information
rotdrop committed Feb 24, 2023
1 parent a11711a commit a089db9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
use Sabre\HTTP\RequestInterface;
use Sabre\HTTP\ResponseInterface;

class QuirksPlugin extends ServerPlugin {
class AppleQuirksPlugin extends ServerPlugin {

/*
private const OSX_CALENDAR_AGENT = 'CalendarAgent';
Expand Down
2 changes: 1 addition & 1 deletion apps/dav/lib/Server.php
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ public function __construct(IRequest $request, string $baseUri) {
// Add maintenance plugin
$this->server->addPlugin(new \OCA\DAV\Connector\Sabre\MaintenancePlugin(\OC::$server->getConfig(), \OC::$server->getL10N('dav')));

$this->server->addPlugin(new \OCA\DAV\Connector\Sabre\QuirksPlugin());
$this->server->addPlugin(new \OCA\DAV\Connector\Sabre\AppleQuirksPlugin());

// Backends
$authBackend = new Auth(
Expand Down

0 comments on commit a089db9

Please sign in to comment.