diff --git a/SoObjects/Contacts/SOGoContactFolder.m b/SoObjects/Contacts/SOGoContactFolder.m index 9b6f801af..508fa1b77 100644 --- a/SoObjects/Contacts/SOGoContactFolder.m +++ b/SoObjects/Contacts/SOGoContactFolder.m @@ -31,13 +31,13 @@ @implementation SOGoContactFolder + (id) contactFolderWithSource: (SOGoContactSource *) source - inContainer: (SOGoObject *) container + inContainer: (SOGoObject *) newContainer andName: (NSString *) name { SOGoContactFolder *folder; folder = [[self alloc] initWithSource: source - inContainer: container + inContainer: newContainer andName: name]; [folder autorelease];