mirror of
https://github.com/owncloudarchive/contacts.git
synced 2025-01-18 07:52:21 +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',
|
||||
'protocol' => 'x-apple',
|
||||
),
|
||||
'owncloud_handle' => array(
|
||||
'owncloud-handle' => array(
|
||||
'displayname' => (string)$l10n->t('ownCloud handle'),
|
||||
'xname' => null,
|
||||
'protocol' => 'owncloud_handle'
|
||||
'protocol' => 'owncloud-handle'
|
||||
),
|
||||
);
|
||||
if(is_null($im)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user