We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 63d2f3b + 99de2fe commit d311b20Copy full SHA for d311b20
Parse/Internal/PFCoreManager.m
@@ -421,7 +421,7 @@ - (void)setInstallationController:(PFInstallationController *)installationContro
421
- (PFUserController *)userController {
422
__block PFUserController *controller = nil;
423
dispatch_sync(_controllerAccessQueue, ^{
424
- if (!_installationController) {
+ if (!_userController) {
425
_userController = [PFUserController controllerWithCommonDataSource:self.dataSource
426
coreDataSource:self];
427
}
0 commit comments