fix class name

This commit is contained in:
Georg Ehrke 2012-04-13 17:26:34 -04:00
parent 1e0364baa8
commit ea3499a712

View 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'];