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:
parent
eba5190582
commit
95620bd9d3
@ -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');
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user