This commit is contained in:
James Cole 2020-04-15 16:17:45 +02:00
parent 405752f353
commit fbfd8475de
No known key found for this signature in database
GPG Key ID: B5669F9493CDE38D

View File

@ -557,7 +557,7 @@ class ExportDataGenerator
$recurrence->description,
$recurrence->first_date ? $recurrence->first_date->format('Y-m-d') : null,
$recurrence->repeat_until ? $recurrence->repeat_until->format('Y-m-d') : null,
$recurrence->latest_date ? $recurrence->repeat_until->format('Y-m-d') : null,
$recurrence->latest_date ? $recurrence->latest_date->format('Y-m-d') : null,
$recurrence->repetitions,
$recurrence->apply_rules,
$recurrence->active,