mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 00:29:38 +01:00
* Addressbook/REST API: categories were lost, when updating existing contacts
This commit is contained in:
parent
8544a807e3
commit
a30ac656ba
@ -796,9 +796,6 @@ class addressbook_groupdav extends Api\CalDAV\Handler
|
|||||||
$contact['cat_id'] = $oldContact['cat_id'];
|
$contact['cat_id'] = $oldContact['cat_id'];
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
default:
|
|
||||||
//
|
|
||||||
$contact['cat_id'] = null;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (is_array($oldContact))
|
if (is_array($oldContact))
|
||||||
|
Loading…
Reference in New Issue
Block a user