]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix class name
authorGeorg Ehrke <dev@georgswebsite.de>
Fri, 13 Apr 2012 21:26:34 +0000 (17:26 -0400)
committerGeorg Ehrke <dev@georgswebsite.de>
Fri, 13 Apr 2012 21:26:34 +0000 (17:26 -0400)
apps/calendar/lib/share.php

index 0c656f2d6eecdf1a92d4ff77a7755e13d0d5a7e4..16c10589671a3b697a8e86102a8f1b63993acc0d 100644 (file)
@@ -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'];