diff --git a/SoObjects/Contacts/SOGoContactLDAPEntry.m b/SoObjects/Contacts/SOGoContactLDAPEntry.m index 7e047e4c5..9168ed319 100644 --- a/SoObjects/Contacts/SOGoContactLDAPEntry.m +++ b/SoObjects/Contacts/SOGoContactLDAPEntry.m @@ -203,6 +203,11 @@ return @"text/x-vcard"; } +- (NSArray *) aclsForUser: (NSString *) uid +{ + return nil; +} + - (void) save { }