mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-19 13:43:22 +00:00
(fix) typo in method call from previous commit
This commit is contained in:
@@ -147,7 +147,7 @@
|
||||
|
||||
httpStatus = 500;
|
||||
|
||||
if ([ex respondsToSelect: @selector(httpStatus)])
|
||||
if ([ex respondsToSelector: @selector(httpStatus)])
|
||||
httpStatus = [ex httpStatus];
|
||||
|
||||
jsonResponse = [NSDictionary dictionaryWithObjectsAndKeys:
|
||||
|
||||
@@ -543,7 +543,7 @@
|
||||
{
|
||||
httpStatus = 500;
|
||||
|
||||
if ([ex respondsToSelect: @selector(httpStatus)])
|
||||
if ([ex respondsToSelector: @selector(httpStatus)])
|
||||
httpStatus = [ex httpStatus];
|
||||
|
||||
jsonResponse = [NSDictionary dictionaryWithObjectsAndKeys:
|
||||
|
||||
Reference in New Issue
Block a user