diff --git a/SoObjects/Contacts/SOGoContactLDAPFolder.m b/SoObjects/Contacts/SOGoContactLDAPFolder.m index 073055678..b14734e80 100644 --- a/SoObjects/Contacts/SOGoContactLDAPFolder.m +++ b/SoObjects/Contacts/SOGoContactLDAPFolder.m @@ -90,7 +90,7 @@ if ((self = [self initWithName: aName inContainer: aContainer])) [self setDisplayName: aDisplayName]; - + return self; }