Fix creation of new contacts when editing a list

This commit is contained in:
Francis Lachapelle
2014-11-11 22:32:44 -05:00
parent 56b011e793
commit e914597f73
+1 -1
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"];