mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 05:50:42 +02:00
[ticket/14570] Use phpbb_version_compare
PHPBB3-14570
This commit is contained in:
@@ -17,7 +17,7 @@ class beta2 extends \phpbb\db\migration\migration
|
||||
{
|
||||
public function effectively_installed()
|
||||
{
|
||||
return version_compare($this->config['version'], '3.1.0-b2', '>=');
|
||||
return phpbb_version_compare($this->config['version'], '3.1.0-b2', '>=');
|
||||
}
|
||||
|
||||
static public function depends_on()
|
||||
|
Reference in New Issue
Block a user