mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-09-26 15:40:32 +00:00
Monotone-Parent: 51154327df2daa3fe6e616128e1e689cd3c69683
Monotone-Revision: 829091932d60b0fc62276de7ab03d48d248b54e1 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-12-20T21:56:37 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -393,9 +393,10 @@
|
||||
NSArray *ownAcls, *containerAcls;
|
||||
|
||||
acls = [NSMutableArray array];
|
||||
ownAcls = [container aclsForUser: uid
|
||||
forObjectAtPath: [self pathArrayToSOGoObject]];
|
||||
[acls addObjectsFromArray: ownAcls];
|
||||
/* this is unused... */
|
||||
// ownAcls = [container aclsForUser: uid
|
||||
// forObjectAtPath: [self pathArrayToSOGoObject]];
|
||||
// [acls addObjectsFromArray: ownAcls];
|
||||
containerAcls = [container aclsForUser: uid];
|
||||
if ([containerAcls count] > 0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user