From 332dd0d96d5c58ff9cf1b96cd32f07009f0277da Mon Sep 17 00:00:00 2001 From: Ludovic Marcotte Date: Thu, 20 Aug 2015 22:37:27 -0400 Subject: [PATCH] (fix) small optimization --- UI/Contacts/UIxContactFoldersView.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UI/Contacts/UIxContactFoldersView.m b/UI/Contacts/UIxContactFoldersView.m index b94542410..e6b929bf5 100644 --- a/UI/Contacts/UIxContactFoldersView.m +++ b/UI/Contacts/UIxContactFoldersView.m @@ -333,7 +333,7 @@ Class SOGoContactSourceFolderK, SOGoGCSFolderK; folderAttrs = [NSDictionary dictionaryWithObjectsAndKeys: [NSString stringWithFormat: @"%@", [currentFolder nameInContainer]], @"id", [currentFolder displayName], @"name", - [currentFolder ownerInContext: context], @"owner", + owner, @"owner", [NSNumber numberWithBool: [currentFolder isKindOfClass: SOGoGCSFolderK]], @"isEditable", [NSNumber numberWithBool: [currentFolder isKindOfClass: SOGoContactSourceFolderK] && ![currentFolder isPersonalSource]], @"isRemote",