(fix) typo in method call from previous commit

This commit is contained in:
Ludovic Marcotte
2016-02-12 13:48:51 -05:00
parent d5f95c6b30
commit 4c6a0e6936
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -147,7 +147,7 @@
httpStatus = 500;
if ([ex respondsToSelect: @selector(httpStatus)])
if ([ex respondsToSelector: @selector(httpStatus)])
httpStatus = [ex httpStatus];
jsonResponse = [NSDictionary dictionaryWithObjectsAndKeys:
+1 -1
View File
@@ -543,7 +543,7 @@
{
httpStatus = 500;
if ([ex respondsToSelect: @selector(httpStatus)])
if ([ex respondsToSelector: @selector(httpStatus)])
httpStatus = [ex httpStatus];
jsonResponse = [NSDictionary dictionaryWithObjectsAndKeys: