diff --git a/SoObjects/Appointments/SOGoAppointmentFolders.m b/SoObjects/Appointments/SOGoAppointmentFolders.m index a8420350b..c670b6ba0 100644 --- a/SoObjects/Appointments/SOGoAppointmentFolders.m +++ b/SoObjects/Appointments/SOGoAppointmentFolders.m @@ -171,7 +171,7 @@ { NSArray *keys; - if ([[contextd request] isICal]) + if ([[context request] isICal]) keys = [NSArray array]; else keys = [self folderObjectKeys];