Contacts: Save the category list update when updating/adding contact
This commit is contained in:
parent
4c52007996
commit
b9f9228a22
|
@ -195,7 +195,7 @@ class OC_Contacts_App {
|
|||
* @see OC_VCategories::loadFromVObject
|
||||
*/
|
||||
public static function loadCategoriesFromVCard(OC_VObject $contact) {
|
||||
self::$categories->loadFromVObject($contact);
|
||||
self::$categories->loadFromVObject($contact, true);
|
||||
}
|
||||
|
||||
public static function setLastModifiedHeader($contact) {
|
||||
|
|
Loading…
Reference in New Issue