mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-01 23:04:18 +00:00
Monotone-Parent: 755524b00e9b962e6240a95f6bfdd559ca240f5a
Monotone-Revision: b37f3f6ae0b2c8936fa170defaec8e6b7c107b85 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-08-14T20:43:55 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -654,11 +654,12 @@
|
||||
method = [[self userFolderPath] stringByAppendingPathComponent:method];
|
||||
|
||||
/* check if participants have already been provided */
|
||||
ps = [[[self context] request] formValueForKey:@"ps"];
|
||||
if (ps) {
|
||||
[self setQueryParameter:ps forKey:@"ps"];
|
||||
}
|
||||
else if ([[self clientObject] respondsToSelector:@selector(calendarUIDs)]) {
|
||||
ps = [self queryParameterForKey:@"ps"];
|
||||
// if (ps) {
|
||||
// [self setQueryParameter:ps forKey:@"ps"];
|
||||
// }
|
||||
if (!ps
|
||||
&& [[self clientObject] respondsToSelector:@selector(calendarUIDs)]) {
|
||||
AgenorUserManager *um;
|
||||
NSArray *uids;
|
||||
NSMutableArray *emails;
|
||||
|
||||
Reference in New Issue
Block a user