Skip to content

Commit

Permalink
Merge pull request magicalpanda#144 from BrianDoig/master
Browse files Browse the repository at this point in the history
[FIX] To many update bug
  • Loading branch information
casademora committed Feb 22, 2012
2 parents 3c03715 + fddba06 commit 3879c65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Categories/NSManagedObject+MagicalDataImport.m
Expand Up @@ -260,7 +260,7 @@ - (void) MR_updateValuesForKeysWithDictionary:(id)objectData
}
else
{
[relatedObject MR_importValuesForKeysWithDictionary:objectData];
[relatedObject MR_updateValuesForKeysWithDictionary:objectData];
}

[self MR_addObject:relatedObject forRelationship:relationshipInfo];
Expand Down

0 comments on commit 3879c65

Please sign in to comment.