diff options
| author | Shitiz Garg <mail@dragooon.net> | 2014-06-19 19:21:36 +0530 |
|---|---|---|
| committer | Shitiz Garg <mail@dragooon.net> | 2014-06-20 16:37:42 +0530 |
| commit | da4b1d25a1077e4b45aeb59548fac63531890b6f (patch) | |
| tree | da941451a5c9911c710dde0b4d20344dbf98f3c9 /phpBB/phpbb | |
| parent | 28012dc9e10339d7ab66a5b2e3cd394728654f47 (diff) | |
| download | forums-da4b1d25a1077e4b45aeb59548fac63531890b6f.tar forums-da4b1d25a1077e4b45aeb59548fac63531890b6f.tar.gz forums-da4b1d25a1077e4b45aeb59548fac63531890b6f.tar.bz2 forums-da4b1d25a1077e4b45aeb59548fac63531890b6f.tar.xz forums-da4b1d25a1077e4b45aeb59548fac63531890b6f.zip | |
[ticket/12732] Use user info instead of chat as default Skype action
PHPBB3-12732
Diffstat (limited to 'phpBB/phpbb')
| -rw-r--r-- | phpBB/phpbb/db/migration/data/v310/profilefield_skype.php | 2 |
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', ); } |
