[ticket/17129] Update contact url template

PHPBB3-17129
This commit is contained in:
Marc Alexander 2023-04-26 20:54:24 +02:00
parent 6e77ca50ae
commit 437839ba72
No known key found for this signature in database
GPG key ID: 50E0D2423696F995

View file

@ -75,7 +75,7 @@ class profilefields_update extends \phpbb\db\migration\migration
field_minlen = '3',
field_maxlen = '60',
field_validation = '$field_validation',
field_contact_url = '%s'
field_contact_url = 'https://youtube.com/%s'
WHERE field_name = 'phpbb_youtube'"
);