From ea3499a712d87281bd749ed5c384430401f80f22 Mon Sep 17 00:00:00 2001 From: Georg Ehrke Date: Fri, 13 Apr 2012 17:26:34 -0400 Subject: [PATCH] fix class name --- apps/calendar/lib/share.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/calendar/lib/share.php b/apps/calendar/lib/share.php index 0c656f2d6ee..16c10589671 100644 --- a/apps/calendar/lib/share.php +++ b/apps/calendar/lib/share.php @@ -122,7 +122,7 @@ class OC_Calendar_Share{ private static function generate_token($id, $type){ $uniqid = uniqid(); if($type == self::CALENDAR){ - $events = OC_Calendar_Objects::all($id); + $events = OC_Calendar_Object::all($id); $string = ''; foreach($events as $event){ $string .= $event['calendardata']; -- 2.39.5