diff --git a/SoObjects/Appointments/SOGoAppointmentObject.m b/SoObjects/Appointments/SOGoAppointmentObject.m index c2ab6817f..65921ea8d 100644 --- a/SoObjects/Appointments/SOGoAppointmentObject.m +++ b/SoObjects/Appointments/SOGoAppointmentObject.m @@ -567,7 +567,7 @@ values = [NSDictionary dictionaryWithObjectsAndKeys: [user cn], @"Cn", - [user systemEmail], @"SystemEmail"]; + [user systemEmail], @"SystemEmail"], nil; reason = [values keysWithFormat: [self labelForKey: @"Cannot access resource: \"%{Cn} %{SystemEmail}\""]]; return [NSException exceptionWithHTTPStatus:403 reason: reason]; }