From c853bcf944195995eda9ab54b586b1df70d736d3 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Thu, 7 Feb 2008 16:51:41 +0000 Subject: [PATCH] Monotone-Parent: afc6dcc4b6248dc2121bb03e339daca4db855f85 Monotone-Revision: 5fa8ca8896455803ea0da4db7e5c1e18e8328871 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2008-02-07T16:51:41 Monotone-Branch: ca.inverse.sogo --- SoObjects/SOGo/SOGoContentObject.m | 2 +- SoObjects/SOGo/SOGoGCSFolder.m | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/SoObjects/SOGo/SOGoContentObject.m b/SoObjects/SOGo/SOGoContentObject.m index 4aa485035..ac27122be 100644 --- a/SoObjects/SOGo/SOGoContentObject.m +++ b/SoObjects/SOGo/SOGoContentObject.m @@ -391,7 +391,7 @@ - (NSArray *) aclsForUser: (NSString *) uid { NSMutableArray *acls; - NSArray *ownAcls, *containerAcls; + NSArray *containerAcls; acls = [NSMutableArray array]; /* this is unused... */ diff --git a/SoObjects/SOGo/SOGoGCSFolder.m b/SoObjects/SOGo/SOGoGCSFolder.m index 68f614230..f8b4136a6 100644 --- a/SoObjects/SOGo/SOGoGCSFolder.m +++ b/SoObjects/SOGo/SOGoGCSFolder.m @@ -53,6 +53,7 @@ #import "SOGoParentFolder.h" #import "SOGoPermissions.h" #import "SOGoUser.h" +#import "WORequest+SOGo.h" #import "SOGoGCSFolder.h"