Fixed small mixup of parameter order from method call.

Monotone-Parent: ea2c63ea9ee832faefb0e8af2802daf075d7b335
Monotone-Revision: a528b94c9ec8fced64210edef6cdc6077a473f7f

Monotone-Author: ludovic@Sophos.ca
Monotone-Date: 2008-12-21T20:06:21
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Ludovic Marcotte 2008-12-21 20:06:21 +00:00
parent acc0494eb7
commit 30b0417295

View file

@ -342,8 +342,8 @@
[self _updateAttendee: user
ownerUser: [context activeUser]
forEventUID: [chosenEvent uid]
withSequence: [chosenEvent sequence]
withRecurrenceId: [chosenEvent recurrenceId]
withSequence: [chosenEvent sequence]
forUID: uid
shouldAddSentBy: YES];
}