diff --git a/SoObjects/Contacts/SOGoFolder+CardDAV.m b/SoObjects/Contacts/SOGoFolder+CardDAV.m index 2a600a8d1..55dd14a8f 100644 --- a/SoObjects/Contacts/SOGoFolder+CardDAV.m +++ b/SoObjects/Contacts/SOGoFolder+CardDAV.m @@ -190,6 +190,20 @@ return filters; } +/** + + + + + + + + + foo + + + + */ - (id) davAddressbookQuery: (id) queryContext { WOResponse *r; @@ -205,8 +219,8 @@ filters = [self _parseContactFilters: [document documentElement]]; [self _appendComponentsMatchingFilters: filters - toResponse: r - context: queryContext]; + toResponse: r + context: queryContext]; [r appendContentString: @""]; return r;