mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 05:50:42 +02:00
[ticket/14570] Add effectively installed to 3.1.x versions
PHPBB3-14570
This commit is contained in:
@@ -15,6 +15,11 @@ namespace phpbb\db\migration\data\v310;
|
||||
|
||||
class rc5 extends \phpbb\db\migration\migration
|
||||
{
|
||||
public function effectively_installed()
|
||||
{
|
||||
return version_compare($this->config['version'], '3.1.0-RC5', '>=');
|
||||
}
|
||||
|
||||
static public function depends_on()
|
||||
{
|
||||
return array(
|
||||
|
Reference in New Issue
Block a user