1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/12732] Use user info instead of chat as default Skype action

PHPBB3-12732
This commit is contained in:
Shitiz Garg
2014-06-19 19:21:36 +05:30
parent 28012dc9e1
commit da4b1d25a1
2 changed files with 2 additions and 2 deletions

View File

@@ -55,6 +55,6 @@ class profilefield_skype extends \phpbb\db\migration\profilefield_base_migration
'field_active' => 1,
'field_is_contact' => 1,
'field_contact_desc' => 'VIEW_SKYPE_PROFILE',
'field_contact_url' => 'skype:%s?chat',
'field_contact_url' => 'skype:%s?userinfo',
);
}