Minor improvement over previous commit

This commit is contained in:
Ludovic Marcotte 2016-08-09 16:22:09 -04:00
parent eb9006e527
commit bc332bc980

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;