From 2657612136b849ae3eaec6b2c98fc4cd068963c8 Mon Sep 17 00:00:00 2001 From: Ludovic Marcotte Date: Thu, 10 Dec 2015 13:40:31 -0500 Subject: [PATCH] (fix) use message instead of error as key --- UI/Common/UIxFolderActions.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UI/Common/UIxFolderActions.m b/UI/Common/UIxFolderActions.m index c41a342e1..2e3f1c3e9 100644 --- a/UI/Common/UIxFolderActions.m +++ b/UI/Common/UIxFolderActions.m @@ -499,7 +499,7 @@ else response = [self responseWithStatus: 400 andJSONRepresentation: [NSDictionary dictionaryWithObject: @"missing 'uids' parameter" - forKey: @"error"]]; + forKey: @"message"]]; return response; }