mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-04-23 12:27:52 +08:00
Fix for incorrect delegate invocation on cache load. fixes #267
This commit is contained in:
@@ -348,7 +348,7 @@
|
||||
}
|
||||
|
||||
if ([_delegate respondsToSelector:@selector(request:didLoadResponse:)]) {
|
||||
[_delegate request:self didLoadResponse:response];
|
||||
[_delegate request:self didLoadResponse:_response];
|
||||
}
|
||||
|
||||
if ([self isResponseMappable]) {
|
||||
|
||||
Reference in New Issue
Block a user