mirror of
https://github.com/owncloudarchive/contacts.git
synced 2024-12-01 13:24:10 +01:00
Contacts: Set unsaved state when adding/updating properties.
This commit is contained in:
parent
cc69b94775
commit
0b1926841b
@ -567,8 +567,8 @@ class Contact extends VObject\VCard implements IPIMObject {
|
||||
$this->setSaved(false);
|
||||
}
|
||||
|
||||
public function __unset($id) {
|
||||
parent::__unset($key, $value);
|
||||
public function __unset($key) {
|
||||
parent::__unset($key);
|
||||
$this->setSaved(false);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user