fix class name
This commit is contained in:
parent
1e0364baa8
commit
ea3499a712
1 changed files with 1 additions and 1 deletions
|
@ -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'];
|
||||
|
|
Loading…
Reference in a new issue