mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-02 23:07:39 +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
|
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 [
|
||||||
|
Reference in New Issue
Block a user