aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/db/migration/data/v310/rc2.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/phpbb/db/migration/data/v310/rc2.php')
-rw-r--r--phpBB/phpbb/db/migration/data/v310/rc2.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/db/migration/data/v310/rc2.php b/phpBB/phpbb/db/migration/data/v310/rc2.php
index 60fc35b0ad..5cd0393a13 100644
--- a/phpBB/phpbb/db/migration/data/v310/rc2.php
+++ b/phpBB/phpbb/db/migration/data/v310/rc2.php
@@ -17,7 +17,7 @@ class rc2 extends \phpbb\db\migration\migration
{
public function effectively_installed()
{
- return version_compare($this->config['version'], '3.1.0-RC2', '>=');
+ return phpbb_version_compare($this->config['version'], '3.1.0-RC2', '>=');
}
static public function depends_on()