1
0
mirror of https://github.com/owncloudarchive/contacts.git synced 2024-11-29 11:24:11 +01:00

Use CompoundProperty for ORG

This commit is contained in:
Thomas Tanghus 2013-10-03 18:08:49 +02:00
parent eba5190582
commit 95620bd9d3

View File

@ -18,6 +18,7 @@ use \OC\AppFramework\Core\API;
\Sabre\VObject\Property::$classMap['N'] = '\OC\VObject\CompoundProperty';
\Sabre\VObject\Property::$classMap['ADR'] = '\OC\VObject\CompoundProperty';
\Sabre\VObject\Property::$classMap['GEO'] = '\OC\VObject\CompoundProperty';
\Sabre\VObject\Property::$classMap['ORG'] = '\OC\VObject\CompoundProperty';
$api = new API('contacts');