mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-01 20:34:20 +01:00
fixed catching value from non-existing var
This commit is contained in:
parent
2606c0b439
commit
98fe270524
@ -942,7 +942,7 @@ class calendar_ical extends calendar_boupdate
|
|||||||
$event['participants'][$uid] = $event['participant_types']['r'][substr($uid,1)] = $status;
|
$event['participants'][$uid] = $event['participant_types']['r'][substr($uid,1)] = $status;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
$event['tzid'] = $storedEvent['tzid'];
|
$event['tzid'] = $event_info['stored_event']['tzid'];
|
||||||
// avoid that iCal changes the organizer, which is not allowed
|
// avoid that iCal changes the organizer, which is not allowed
|
||||||
$event['owner'] = $event_info['stored_event']['owner'];
|
$event['owner'] = $event_info['stored_event']['owner'];
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user