forked from extern/egroupware
patch #2952: typo in class.calendar_so.inc.php
This commit is contained in:
parent
19cb4ca8d4
commit
9e141e72e0
@ -1985,7 +1985,7 @@ ORDER BY cal_user_type, cal_usre_id
|
|||||||
$egw_rrule->current = clone $egw_rrule->time;
|
$egw_rrule->current = clone $egw_rrule->time;
|
||||||
if ($expand_all)
|
if ($expand_all)
|
||||||
{
|
{
|
||||||
unset($event['recur_excpetion']);
|
unset($event['recur_exception']);
|
||||||
$remote_rrule = calendar_rrule::event2rrule($event, false, $tz_id);
|
$remote_rrule = calendar_rrule::event2rrule($event, false, $tz_id);
|
||||||
$remote_rrule->current = clone $remote_rrule->time;
|
$remote_rrule->current = clone $remote_rrule->time;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user