(fix) small fix over previous commit

This commit is contained in:
Ludovic Marcotte 2015-12-15 11:14:58 -05:00
parent cfb741fc9f
commit 0f578876af

View file

@ -2177,7 +2177,7 @@ inRecurrenceExceptionsForEvent: (iCalEvent *) theEvent
attendee = [oldEvent userAsAttendee: [SOGoUser userWithLogin: owner]];
if (!attendee)
[newEvent userAsAttendee: [SOGoUser userWithLogin: owner]];
attendee = [newEvent userAsAttendee: [SOGoUser userWithLogin: owner]];
else
{
// We must do an extra check here since Bob could have invited Alice