mirror of
https://github.com/owncloudarchive/contacts.git
synced 2025-02-08 02:54:17 +01:00
It was incorrectly assumed, that $vcard is always an OCA\Contacts\Contact (which is true when the contacts app is rendered) but when called from the `contactUpdated` hook, it actually is a OCA\Contacts\VObject\VCard. Fixes owncloud/contacts#585