Fix creation of new contacts when editing a list

pull/91/head
Francis Lachapelle 2014-10-24 16:44:57 -04:00
parent 5b83b0c7b6
commit 61c48d37e4
1 changed files with 1 additions and 1 deletions

View File

@ -247,7 +247,7 @@
// Add vCard to current folder
newContact = [SOGoContactGCSEntry objectWithName: newUID
inContainer: folder];
[newContact saveContentString: [newCard versitString]];
[newContact saveComponent: newCard];
// Create card reference for the list
cardReference = [NGVCardReference elementWithTag: @"card"];