diff --git a/ChangeLog b/ChangeLog index 3ec076da6..f951f81b8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2009-01-09 Wolfgang Sourdeau + * 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. diff --git a/SoObjects/SOGo/SOGoContentObject.m b/SoObjects/SOGo/SOGoContentObject.m index 4828dd55a..d7da26f10 100644 --- a/SoObjects/SOGo/SOGoContentObject.m +++ b/SoObjects/SOGo/SOGoContentObject.m @@ -432,7 +432,7 @@ pathArray = [NSMutableArray arrayWithArray: [container pathArrayToFolder]]; [pathArray addObject: nameInContainer]; - return pathArray; + return [container aclUsersForObjectAtPath: pathArray]; } - (NSArray *) aclsForUser: (NSString *) uid