forked from extern/egroupware
* Calendar: Fix missing / incorrect recurrence date in cancel notification iCal
This commit is contained in:
parent
a65025c394
commit
671815ebb6
@ -952,8 +952,9 @@ class calendar_boupdate extends calendar_bo
|
|||||||
calendar_so::split_status($statusid, $quantity, $role);
|
calendar_so::split_status($statusid, $quantity, $role);
|
||||||
if ($this->debug > 0) error_log(__METHOD__." trying to notify $userid, with $statusid ($role)");
|
if ($this->debug > 0) error_log(__METHOD__." trying to notify $userid, with $statusid ($role)");
|
||||||
|
|
||||||
// hack to add videoconference in event description, by allways setting $cleared_event
|
// hack to add videoconference in event description, by always setting $cleared_event
|
||||||
$cleared_event = $this->read($event['id'], null, true, 'server');
|
// Can't re-load, if we're notifying of a cancelled recurrence we'll load the next event in the series
|
||||||
|
$cleared_event = $event;
|
||||||
|
|
||||||
if (!is_numeric($userid))
|
if (!is_numeric($userid))
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user