mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-05 16:35:10 +00:00
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:
@@ -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];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user