1
0
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:
LEDfan 2014-02-04 08:03:32 +01:00
parent 104c7d9be4
commit a008057f59

View File

@ -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)) {