Skip to content

Commit

Permalink
(fix) typo
Browse files Browse the repository at this point in the history
  • Loading branch information
extrafu committed Sep 12, 2018
1 parent ecb7679 commit ff7e8cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SOPE/GDLContentStore/GCSFolder.m
Expand Up @@ -1091,7 +1091,7 @@ - (NSException *) writeContent: (NSString *) _content
if (isNewRecord)
{
if ([GCSFolderManager singleStoreMode])
[quickRow setObject: folderId Key:@"c_folder_id"];
[quickRow setObject: folderId forKey:@"c_folder_id"];

if (!ofFlags.sameTableForQuick)
error = (hasInsertDelegate
Expand Down

0 comments on commit ff7e8cb

Please sign in to comment.