mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-28 14:45:28 +00:00
Monotone-Parent: 1f459bf5c352f45ee6179088dda845fed84878af
Monotone-Revision: 9831fe16221b26d01357cd8dc0a4a0a9d3f418ed Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2010-08-20T12:50:15 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -230,7 +230,7 @@ static SoSecurityManager *sm = nil;
|
||||
@" WHERE c_path2 = '%@'"
|
||||
@" AND c_folder_type = '%@'"),
|
||||
[folderLocation gcsTableName],
|
||||
[self ownerInContext: context],
|
||||
owner,
|
||||
gcsFolderType];
|
||||
error = [self _fetchPersonalFolders: sql withChannel: fc];
|
||||
[cm releaseChannel: fc];
|
||||
@@ -276,7 +276,7 @@ static SoSecurityManager *sm = nil;
|
||||
|
||||
error = nil; /* we ignore non-DB errors at this time... */
|
||||
|
||||
ownerUser = [SOGoUser userWithLogin: [self ownerInContext: context]];
|
||||
ownerUser = [SOGoUser userWithLogin: owner];
|
||||
settings = [ownerUser userSettings];
|
||||
subscribedReferences = [[settings objectForKey: nameInContainer]
|
||||
objectForKey: @"SubscribedFolders"];
|
||||
|
||||
Reference in New Issue
Block a user