diff --git a/SoObjects/Appointments/SOGoAppointmentFolder.m b/SoObjects/Appointments/SOGoAppointmentFolder.m index 14dea178e..6113fb50c 100644 --- a/SoObjects/Appointments/SOGoAppointmentFolder.m +++ b/SoObjects/Appointments/SOGoAppointmentFolder.m @@ -2019,6 +2019,8 @@ _selectorForProperty (NSString *property) NSString *filename; unsigned int count; + filename = nil; + if (!nameFields) nameFields = [[NSArray alloc] initWithObjects: @"c_name", nil];