(fix) small fix over previous commit

pull/186/head
Ludovic Marcotte 2015-12-15 11:14:58 -05:00
parent cfb741fc9f
commit 0f578876af
1 changed files with 1 additions and 1 deletions

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