Merge pull request #370 from modocache/fix-dot-syntax-inconsistency

Fix dot-syntax message inconsistency.
This commit is contained in:
Saul Mora
2013-01-08 08:49:16 -08:00

View File

@@ -72,7 +72,7 @@
{
[self performBlock:^{
[self MR_saveWithErrorCallback:errorCallback];
if (self.parentContext) {
if ([self parentContext]) {
[[self parentContext] performBlock:^{
[[self parentContext] MR_saveNestedContextsErrorHandler:errorCallback completion:completion];
}];