Fix bug where relations/tags members changes were ignored on relation update (#4095)
This commit is contained in:
parent
7c146ea90a
commit
23e4d1b25a
1 changed files with 2 additions and 0 deletions
|
@ -125,6 +125,8 @@ class kolab_format_configuration extends kolab_format
|
|||
// adjust content-type string
|
||||
$this->CTYPEv2 = 'application/x-vnd.kolab.configuration.' . $object['type'];
|
||||
|
||||
// reset old object data, otherwise set() will overwrite current data (#4095)
|
||||
$this->xmldata = null;
|
||||
// set common object properties
|
||||
parent::set($object);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue