phpBB

Code Changes

File: phpbb/db/migration/data/v330/add_display_unapproved_posts_config.php

  Unmodified   Added   Modified   Removed
Line 20Line 20
		return $this->config->offsetExists('display_unapproved_posts');
}


		return $this->config->offsetExists('display_unapproved_posts');
}


	public static function depends_on()

	static public function depends_on()

	{
return ['\phpbb\db\migration\data\v330\dev',];
}

	{
return ['\phpbb\db\migration\data\v330\dev',];
}