From da4b1d25a1077e4b45aeb59548fac63531890b6f Mon Sep 17 00:00:00 2001 From: Shitiz Garg Date: Thu, 19 Jun 2014 19:21:36 +0530 Subject: [ticket/12732] Use user info instead of chat as default Skype action PHPBB3-12732 --- phpBB/phpbb/db/migration/data/v310/profilefield_skype.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/phpbb') 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', ); } -- cgit v1.2.1