mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
[ticket/12732] Use user info instead of chat as default Skype action
PHPBB3-12732
This commit is contained in:
@@ -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',
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user