mirror of
https://github.com/owncloudarchive/contacts.git
synced 2025-01-30 19:52:17 +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(
|
'twitter' => array(
|
||||||
'displayname' => (string)$l10n->t('Twitter'),
|
'displayname' => (string)$l10n->t('Twitter'),
|
||||||
'xname' => 'X-TWITTER',
|
'xname' => 'X-TWITTER',
|
||||||
'protocol' => null,
|
'protocol' => 'twitter',
|
||||||
),
|
),
|
||||||
'googletalk' => array(
|
'googletalk' => array(
|
||||||
'displayname' => (string)$l10n->t('GoogleTalk'),
|
'displayname' => (string)$l10n->t('GoogleTalk'),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user