diff --git a/SoObjects/Appointments/SOGoAppointmentFolder.m b/SoObjects/Appointments/SOGoAppointmentFolder.m index c4b51f141..bb3e847f0 100644 --- a/SoObjects/Appointments/SOGoAppointmentFolder.m +++ b/SoObjects/Appointments/SOGoAppointmentFolder.m @@ -1611,8 +1611,7 @@ firstInstanceCalendarDateRange: (NGCalendarDateRange *) fir if (records) { - if (r) - records = [self _fixupRecords: records]; + records = [self _fixupRecords: records]; ma = [NSMutableArray arrayWithArray: records]; } else