1
0
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:
Thomas Tanghus 2013-03-09 22:50:00 +01:00
parent 2b4deef3cc
commit 19246ebe22

View File

@ -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'),