mirror of
https://github.com/owncloudarchive/contacts.git
synced 2025-01-18 07:52:21 +01:00
Contacts: Fix missing URI scheme for twitter IMPP. Thx @dmfs :)
This commit is contained in:
parent
2b4deef3cc
commit
19246ebe22
@ -103,7 +103,7 @@ class App {
|
||||
'twitter' => array(
|
||||
'displayname' => (string)$l10n->t('Twitter'),
|
||||
'xname' => 'X-TWITTER',
|
||||
'protocol' => null,
|
||||
'protocol' => 'twitter',
|
||||
),
|
||||
'googletalk' => array(
|
||||
'displayname' => (string)$l10n->t('GoogleTalk'),
|
||||
|
Loading…
x
Reference in New Issue
Block a user