mirror of
https://github.com/zhigang1992/MagicalRecord.git
synced 2026-01-12 22:48:38 +08:00
Merge pull request #370 from modocache/fix-dot-syntax-inconsistency
Fix dot-syntax message inconsistency.
This commit is contained in:
@@ -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];
|
||||
}];
|
||||
|
||||
Reference in New Issue
Block a user