mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-22 03:45:25 +00:00
(fix) small fix over previous commit
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user