Minor improvement over previous commit

pull/27/merge
Ludovic Marcotte 2016-08-09 16:22:09 -04:00
parent eb9006e527
commit bc332bc980
1 changed files with 1 additions and 1 deletions

View File

@ -2160,7 +2160,7 @@ inRecurrenceExceptionsForEvent: (iCalEvent *) theEvent
uid = [[oldEvent organizer] uidInContext: context];
if ([[[context activeUser] login] caseInsensitiveCompare: uid] != NSOrderedSame)
if (uid && [[[context activeUser] login] caseInsensitiveCompare: uid] != NSOrderedSame)
{
SOGoAppointmentObject *organizerObject;