From ff7e8cb2a3b2b8344f1e257701e3f1e02e4d301c Mon Sep 17 00:00:00 2001 From: Ludovic Marcotte Date: Wed, 12 Sep 2018 07:40:11 -0400 Subject: [PATCH] (fix) typo --- SOPE/GDLContentStore/GCSFolder.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SOPE/GDLContentStore/GCSFolder.m b/SOPE/GDLContentStore/GCSFolder.m index 8340f87e9..d585eabd0 100644 --- a/SOPE/GDLContentStore/GCSFolder.m +++ b/SOPE/GDLContentStore/GCSFolder.m @@ -1091,7 +1091,7 @@ andAttribute: (EOAttribute *)_attribute if (isNewRecord) { if ([GCSFolderManager singleStoreMode]) - [quickRow setObject: folderId Key:@"c_folder_id"]; + [quickRow setObject: folderId forKey:@"c_folder_id"]; if (!ofFlags.sameTableForQuick) error = (hasInsertDelegate