From 0f578876af93b6f0d321fd33882a9e498dba59cf Mon Sep 17 00:00:00 2001 From: Ludovic Marcotte Date: Tue, 15 Dec 2015 11:14:58 -0500 Subject: [PATCH] (fix) small fix over previous commit --- SoObjects/Appointments/SOGoAppointmentObject.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SoObjects/Appointments/SOGoAppointmentObject.m b/SoObjects/Appointments/SOGoAppointmentObject.m index a1a840ebe..514d0ff8b 100644 --- a/SoObjects/Appointments/SOGoAppointmentObject.m +++ b/SoObjects/Appointments/SOGoAppointmentObject.m @@ -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