diff --git a/lib/utils/properties.php b/lib/utils/properties.php index e6df89cf..ef9e9578 100644 --- a/lib/utils/properties.php +++ b/lib/utils/properties.php @@ -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)) {