1
0
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:
Matt Friedman
2016-03-29 09:54:22 -07:00
parent fac6e5206f
commit b8dd3ef43a
32 changed files with 160 additions and 0 deletions

View File

@@ -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(