(fix) potential fix for #4289

This commit is contained in:
Ludovic Marcotte
2019-03-18 15:46:39 -04:00
parent 933cd581dd
commit d75fe573b2

View File

@@ -195,7 +195,7 @@
SOGoUserDefaults *ud;
SOGoDomainDefaults *dd;
NSArray *interval;
unsigned int start, end;
int start, end;
today = [[NSCalendarDate calendarDate] beginOfDay];
ud = [[context activeUser] userDefaults];