diff options
author | Thomas Citharel <tcit@tcit.fr> | 2016-08-16 10:03:24 +0200 |
---|---|---|
committer | Lukas Reschke <lukas@statuscode.ch> | 2016-09-26 11:55:41 +0200 |
commit | 3e9a3462235cc3d69e54615c193e80a90001ae5a (patch) | |
tree | ccef2f6b29a51b517f95026e5ee2275120c16719 /apps/dav/lib/CalDAV | |
parent | ad0eeaaf1c9adfdb7875ea2e18ad11470228e284 (diff) | |
download | nextcloud-server-3e9a3462235cc3d69e54615c193e80a90001ae5a.tar.gz nextcloud-server-3e9a3462235cc3d69e54615c193e80a90001ae5a.zip |
add calendarserver-sharing to the list of advertised features
Diffstat (limited to 'apps/dav/lib/CalDAV')
-rw-r--r-- | apps/dav/lib/CalDAV/Publishing/PublishPlugin.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/dav/lib/CalDAV/Publishing/PublishPlugin.php b/apps/dav/lib/CalDAV/Publishing/PublishPlugin.php index 79dc84b148c..7434da6b62e 100644 --- a/apps/dav/lib/CalDAV/Publishing/PublishPlugin.php +++ b/apps/dav/lib/CalDAV/Publishing/PublishPlugin.php @@ -60,7 +60,7 @@ class PublishPlugin extends ServerPlugin { */ public function getFeatures() { // May have to be changed to be detected - return ['oc-calendar-publishing']; + return ['oc-calendar-publishing', 'calendarserver-sharing']; } /** |