Fix setting the default delegate for UpdateManager (another typo)

This commit is contained in:
Andreas Linde 2012-08-14 12:58:49 +02:00
parent 58e7dc28a1
commit 2b17dba7c1

View File

@ -201,7 +201,7 @@
BITHockeyLog(@"Setup UpdateManager"); BITHockeyLog(@"Setup UpdateManager");
_updateManager = [[BITUpdateManager alloc] initWithAppIdentifier:_appIdentifier isAppStoreEnvironemt:_appStoreEnvironment]; _updateManager = [[BITUpdateManager alloc] initWithAppIdentifier:_appIdentifier isAppStoreEnvironemt:_appStoreEnvironment];
_crashManager.delegate = _delegate; _updateManager.delegate = _delegate;
// Only if JMC is part of the project // Only if JMC is part of the project
if ([[self class] isJMCPresent]) { if ([[self class] isJMCPresent]) {