Skip to content

Commit

Permalink
Fix bug in last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
campbell-m committed Aug 9, 2023
1 parent 6a72e77 commit ec86eb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/functions_ical.inc
Original file line number Diff line number Diff line change
Expand Up @@ -810,7 +810,7 @@ function create_ical_event(string $method, array $data, ?array $addresses=null,

if ($series)
{
$results[] = "RRULE:" . $data['repeat_rule']->toRFCC5545Rule();
$results[] = "RRULE:" . $data['repeat_rule']->toRFC5545Rule();
if (!empty($data['skip_list']))
{
$results[] = "EXDATE" .
Expand Down

0 comments on commit ec86eb9

Please sign in to comment.