diff options
-rw-r--r-- | apps/calendar/lib/connector_sabre.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/calendar/lib/connector_sabre.php b/apps/calendar/lib/connector_sabre.php index aff1941688f..67f263903db 100644 --- a/apps/calendar/lib/connector_sabre.php +++ b/apps/calendar/lib/connector_sabre.php @@ -294,7 +294,7 @@ class OC_Connector_Sabre_CalDAV extends Sabre_CalDAV_Backend_Abstract { * @return void */ public function deleteCalendarObject($calendarId,$objectUri){ - OC_Calendar_Calendar::deleteCalendarObjectFromDAVData($calendarID,$objectUri); + OC_Calendar_Calendar::deleteCalendarObjectFromDAVData($calendarId,$objectUri); } /** |