Monotone-Parent: 9af95afe2010bba949dc73bd6027dbc10d2d4cf5

Monotone-Revision: b3bd45e420720798687eac0aee6758ecefab1487

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2009-01-09T17:33:42
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2009-01-09 17:33:42 +00:00
parent 17dfe238b1
commit 4176730d50
2 changed files with 6 additions and 1 deletions

View File

@@ -1,5 +1,10 @@
2009-01-09 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* SoObjects/SOGo/SOGoContentObject.m ([SOGoContentObject
-aclUsers]): fixed method to invoke [container
aclUsersForObjectAtPath:] with the resulting path as argument
instead of the path itself.
* SoObjects/SOGo/SOGoGCSFolder.m ([SOGoGCSFolder
-sendFolderAdvisoryTemplate:template]): the condition check for
sending folder advisories has been moved here.

View File

@@ -432,7 +432,7 @@
pathArray = [NSMutableArray arrayWithArray: [container pathArrayToFolder]];
[pathArray addObject: nameInContainer];
return pathArray;
return [container aclUsersForObjectAtPath: pathArray];
}
- (NSArray *) aclsForUser: (NSString *) uid