mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
[ticket/16487] Fix URL for fontawesome 3.2.0 migration
PHPBB3-16487
This commit is contained in:
@@ -15,6 +15,11 @@ namespace phpbb\db\migration\data\v32x;
|
||||
|
||||
class font_awesome_update_cdn extends \phpbb\db\migration\migration
|
||||
{
|
||||
public function effectively_installed()
|
||||
{
|
||||
return phpbb_version_compare($this->config['version'], '3.3.0', '>=');
|
||||
}
|
||||
|
||||
static public function depends_on()
|
||||
{
|
||||
return [
|
||||
|
Reference in New Issue
Block a user