Skip to content

Commit

Permalink
Merge pull request #26327 from owncloud/stable9.1-fa711834a18eaae6706…
Browse files Browse the repository at this point in the history
…a49885d0884baf8e3494b

[stable9.1] fix issue #23600 - mail invites through v1 webdav (#26188)
  • Loading branch information
Vincent Petry authored Oct 11, 2016
2 parents 4047fb5 + 3a4f8b6 commit 8991f5e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/dav/appinfo/v1/caldav.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@
}

$server->addPlugin(new \Sabre\CalDAV\ICSExportPlugin());
$server->addPlugin(new \Sabre\CalDAV\Schedule\Plugin());
$server->addPlugin(new OCA\DAV\CalDAV\Schedule\IMipPlugin( \OC::$server->getMailer(), \OC::$server->getLogger()));
$server->addPlugin(new ExceptionLoggerPlugin('caldav', \OC::$server->getLogger()));

// And off we go!
Expand Down

0 comments on commit 8991f5e

Please sign in to comment.