From 4176730d50aa7d30c2c6fdfe996b95d9c6859a92 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Fri, 9 Jan 2009 17:33:42 +0000 Subject: [PATCH] Monotone-Parent: 9af95afe2010bba949dc73bd6027dbc10d2d4cf5 Monotone-Revision: b3bd45e420720798687eac0aee6758ecefab1487 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2009-01-09T17:33:42 Monotone-Branch: ca.inverse.sogo --- ChangeLog | 5 +++++ SoObjects/SOGo/SOGoContentObject.m | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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