diff --git a/MVMCore/MVMCore/LoadHandling/MVMCoreLoadRequestOperation.m b/MVMCore/MVMCore/LoadHandling/MVMCoreLoadRequestOperation.m index f92d577..db9d151 100644 --- a/MVMCore/MVMCore/LoadHandling/MVMCoreLoadRequestOperation.m +++ b/MVMCore/MVMCore/LoadHandling/MVMCoreLoadRequestOperation.m @@ -359,10 +359,11 @@ if (!loadObject.pageDataFromCache) { loadObject.pageJSON = pageJSON; loadObject.pageType = [pageJSON string:KeyPageType]; - //Remove the pages and modules from cache - [self removeCaches:[jsonDictionary dict:@"RemoveCaches"]]; } + //Remove the pages and modules from cache + [self removeCaches:[jsonDictionary dict:@"RemoveCaches"]]; + // Sets the response info map loadObject.responseInfoMap = [jsonDictionary dict:KeyResponseInfo];