mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/16487] Fix URL for fontawesome 3.2.0 migration
PHPBB3-16487
This commit is contained in:
parent
d69049d6be
commit
bb32ec38da
1 changed files with 5 additions and 0 deletions
|
@ -15,6 +15,11 @@ namespace phpbb\db\migration\data\v32x;
|
||||||
|
|
||||||
class font_awesome_update_cdn extends \phpbb\db\migration\migration
|
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()
|
static public function depends_on()
|
||||||
{
|
{
|
||||||
return [
|
return [
|
||||||
|
|
Loading…
Add table
Reference in a new issue