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