* Addressbook/REST API: categories were lost, when updating existing contacts

This commit is contained in:
ralf 2023-11-02 21:20:40 +02:00
parent d3a9f6bc46
commit c96f542071

View File

@ -789,9 +789,6 @@ class addressbook_groupdav extends Api\CalDAV\Handler
$contact['cat_id'] = $oldContact['cat_id'];
}
break;
default:
//
$contact['cat_id'] = null;
}
}
if (is_array($oldContact))