From 248892c394c658f0acb9f31455e72cf544485b10 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 0bbd5defc..5b300be41 100644 --- a/SoObjects/Appointments/SOGoAppointmentObject.m +++ b/SoObjects/Appointments/SOGoAppointmentObject.m @@ -2175,7 +2175,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