From b8dd3ef43a1f9a4674d9bced60c956cb817f42c4 Mon Sep 17 00:00:00 2001 From: Matt Friedman Date: Tue, 29 Mar 2016 09:54:22 -0700 Subject: [ticket/14570] Add effectively installed to 3.1.x versions PHPBB3-14570 --- phpBB/phpbb/db/migration/data/v310/rc4.php | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'phpBB/phpbb/db/migration/data/v310/rc4.php') diff --git a/phpBB/phpbb/db/migration/data/v310/rc4.php b/phpBB/phpbb/db/migration/data/v310/rc4.php index 47de8291c1..431b81c70a 100644 --- a/phpBB/phpbb/db/migration/data/v310/rc4.php +++ b/phpBB/phpbb/db/migration/data/v310/rc4.php @@ -15,6 +15,11 @@ namespace phpbb\db\migration\data\v310; class rc4 extends \phpbb\db\migration\migration { + public function effectively_installed() + { + return version_compare($this->config['version'], '3.1.0-RC4', '>='); + } + static public function depends_on() { return array( -- cgit v1.2.1