Skip to content

Commit f90f0ff

Browse files
committed
Making sure the object is immediately aware itself of the calendardata update
1 parent c5bc549 commit f90f0ff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/Sabre/CalDAV/CalendarObject.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ public function put($calendarData) {
7373
$calendarData = stream_get_contents($calendarData);
7474

7575
$this->caldavBackend->updateCalendarObject($this->objectData['calendarid'],$this->objectData['uri'],$calendarData);
76+
$this->objectData['calendardata'] = $calendarData;
7677

7778
}
7879

0 commit comments

Comments
 (0)