summaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/CalDAV
diff options
context:
space:
mode:
authorGeorg Ehrke <developer@georgehrke.com>2017-04-25 11:55:31 +0200
committerGeorg Ehrke <developer@georgehrke.com>2017-04-25 11:55:31 +0200
commit40eec1e63c65c3a506ff88bdaf4cf611776ee034 (patch)
tree9b0144ef5ff0edc5c32bc536f56faa459f80a9f2 /apps/dav/lib/CalDAV
parente760cda96f2f13babaafe7d2eaf3c1cc8554f38c (diff)
downloadnextcloud-server-40eec1e63c65c3a506ff88bdaf4cf611776ee034.tar.gz
nextcloud-server-40eec1e63c65c3a506ff88bdaf4cf611776ee034.zip
add repairstep with backgroundjob to index calendar data
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
Diffstat (limited to 'apps/dav/lib/CalDAV')
-rw-r--r--apps/dav/lib/CalDAV/CalDavBackend.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/dav/lib/CalDAV/CalDavBackend.php b/apps/dav/lib/CalDAV/CalDavBackend.php
index 4a652b16054..40155341e51 100644
--- a/apps/dav/lib/CalDAV/CalDavBackend.php
+++ b/apps/dav/lib/CalDAV/CalDavBackend.php
@@ -1968,7 +1968,7 @@ class CalDavBackend extends AbstractBackend implements SyncSupport, Subscription
* @param string $objectUri
* @param string $calendarData
*/
- protected function updateProperties($calendarId, $objectUri, $calendarData) {
+ public function updateProperties($calendarId, $objectUri, $calendarData) {
$objectId = $this->getCalendarObjectId($calendarId, $objectUri);
$vCalendar = $this->readCalendarData($calendarData);