diff --git a/UI/Scheduler/UIxAppointmentActions.m b/UI/Scheduler/UIxAppointmentActions.m index 29deb584f..7568dde44 100644 --- a/UI/Scheduler/UIxAppointmentActions.m +++ b/UI/Scheduler/UIxAppointmentActions.m @@ -147,7 +147,7 @@ httpStatus = 500; - if ([ex respondsToSelect: @selector(httpStatus)]) + if ([ex respondsToSelector: @selector(httpStatus)]) httpStatus = [ex httpStatus]; jsonResponse = [NSDictionary dictionaryWithObjectsAndKeys: diff --git a/UI/Scheduler/UIxAppointmentEditor.m b/UI/Scheduler/UIxAppointmentEditor.m index f8942e43f..8cc46110c 100644 --- a/UI/Scheduler/UIxAppointmentEditor.m +++ b/UI/Scheduler/UIxAppointmentEditor.m @@ -543,7 +543,7 @@ { httpStatus = 500; - if ([ex respondsToSelect: @selector(httpStatus)]) + if ([ex respondsToSelector: @selector(httpStatus)]) httpStatus = [ex httpStatus]; jsonResponse = [NSDictionary dictionaryWithObjectsAndKeys: