diff --git a/SoObjects/SOGo/SOGoGCSFolder.m b/SoObjects/SOGo/SOGoGCSFolder.m index c2f275b22..3f626bc61 100644 --- a/SoObjects/SOGo/SOGoGCSFolder.m +++ b/SoObjects/SOGo/SOGoGCSFolder.m @@ -196,6 +196,7 @@ static NSArray *childRecordFields = nil; ocsPath = nil; ocsFolder = nil; childRecords = [NSMutableDictionary new]; + folderSubscriptionValues = nil; userCanAccessAllObjects = NO; } @@ -306,9 +307,6 @@ static NSArray *childRecordFields = nil; displayName = [folderSubscriptionValues keysWithFormat: subjectFormat]; [displayName retain]; - - /*[displayName appendFormat: @" (%@ <%@>)", [ownerIdentity objectForKey: @"cn"], - [ownerIdentity objectForKey: @"c_email"]];*/ } } }