mirror of
https://github.com/owncloudarchive/contacts.git
synced 2025-01-30 19:52:17 +01:00
Use dash instead of underscore
This commit is contained in:
parent
104c7d9be4
commit
a008057f59
@ -132,10 +132,10 @@ Class Properties {
|
|||||||
'xname' => 'X-SKYPE',
|
'xname' => 'X-SKYPE',
|
||||||
'protocol' => 'x-apple',
|
'protocol' => 'x-apple',
|
||||||
),
|
),
|
||||||
'owncloud_handle' => array(
|
'owncloud-handle' => array(
|
||||||
'displayname' => (string)$l10n->t('ownCloud handle'),
|
'displayname' => (string)$l10n->t('ownCloud handle'),
|
||||||
'xname' => null,
|
'xname' => null,
|
||||||
'protocol' => 'owncloud_handle'
|
'protocol' => 'owncloud-handle'
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
if(is_null($im)) {
|
if(is_null($im)) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user