mirror of
https://github.com/owncloudarchive/contacts.git
synced 2025-01-31 20:52:17 +01:00
87fa4d055c
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