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