Fix bug where relations/tags members changes were ignored on relation update (#4095)

This commit is contained in:
Aleksander Machniak 2015-01-22 06:18:27 -05:00
parent 7c146ea90a
commit 23e4d1b25a

View file

@ -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);