aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/phpbb')
-rw-r--r--phpBB/phpbb/db/migration/data/v310/profilefield_skype.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/db/migration/data/v310/profilefield_skype.php b/phpBB/phpbb/db/migration/data/v310/profilefield_skype.php
index ce4593cfe9..9a5de9d0eb 100644
--- a/phpBB/phpbb/db/migration/data/v310/profilefield_skype.php
+++ b/phpBB/phpbb/db/migration/data/v310/profilefield_skype.php
@@ -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',
);
}