From 4c6a0e693614903650b81d1edb3bf7a2461e0e8d Mon Sep 17 00:00:00 2001 From: Ludovic Marcotte Date: Fri, 12 Feb 2016 13:48:51 -0500 Subject: [PATCH] (fix) typo in method call from previous commit --- UI/Scheduler/UIxAppointmentActions.m | 2 +- UI/Scheduler/UIxAppointmentEditor.m | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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: