[fix] Possible exception in UIxCalendarSelector.m

pull/91/head
Francis Lachapelle 2015-03-30 21:18:09 -04:00
parent 9a1c2b6a11
commit a57bf56165
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@ _intValueFromHex (NSString *hexString)
urls = [NSMutableDictionary dictionaryWithObject: [folder folderPropertyValueInCategory: @"WebCalendars"]
forKey: @"webCalendarURL"];
if ([folder respondsToSelector: @selector (reloadOnLogin)])
reloadOnLogin = [(SOGoWebAppointmentFolder *) calendar reloadOnLogin];
reloadOnLogin = [(SOGoWebAppointmentFolder *) folder reloadOnLogin];
else
reloadOnLogin = NO;
[calendar setObject: [NSNumber numberWithBool: reloadOnLogin] forKey: @"reloadOnLogin"];