Merge pull request #5991 from 3D-I/ticket/16487-3.3

[ticket/16487] Fix URL for fontawesome 3.2.0 migration - for 3.3.x
This commit is contained in:
Marc Alexander 2020-05-29 12:07:55 +02:00
commit 528b1b10b7
No known key found for this signature in database
GPG key ID: 50E0D2423696F995

View file

@ -19,6 +19,7 @@ class font_awesome_5_update extends \phpbb\db\migration\migration
{
return [
'\phpbb\db\migration\data\v330\v330',
'\phpbb\db\migration\data\v32x\font_awesome_update_cdn',
];
}