[fix] Possible exception in UIxCalendarSelector.m

This commit is contained in:
Francis Lachapelle
2015-03-30 21:18:09 -04:00
parent 9a1c2b6a11
commit a57bf56165

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"];