diff options
Diffstat (limited to 'phpBB/phpbb/db/migration/data/v310/gold.php')
-rw-r--r-- | phpBB/phpbb/db/migration/data/v310/gold.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/db/migration/data/v310/gold.php b/phpBB/phpbb/db/migration/data/v310/gold.php index 7042aee618..188851f87d 100644 --- a/phpBB/phpbb/db/migration/data/v310/gold.php +++ b/phpBB/phpbb/db/migration/data/v310/gold.php @@ -17,7 +17,7 @@ class gold extends \phpbb\db\migration\migration { public function effectively_installed() { - return version_compare($this->config['version'], '3.1.0', '>='); + return phpbb_version_compare($this->config['version'], '3.1.0', '>='); } static public function depends_on() |