diff --git a/UI/Scheduler/UIxAppointmentEditor.m b/UI/Scheduler/UIxAppointmentEditor.m index a28b0828f..a9bf600e7 100644 --- a/UI/Scheduler/UIxAppointmentEditor.m +++ b/UI/Scheduler/UIxAppointmentEditor.m @@ -398,7 +398,7 @@ [self event]; - result = [context response]; + result = [self responseWithStatus: 200]; user = [context activeUser]; timeZone = [user timeZone]; dateFormatter = [user dateFormatterInContext: context];