1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-17 07:01:22 +02:00

[ticket/11703] Add effectively_installed().

PHPBB3-11703
This commit is contained in:
Andreas Fischer
2013-07-14 21:11:14 +02:00
parent 94b49d8a92
commit 21eae92c27

View File

@@ -11,6 +11,11 @@ namespace phpbb\db\migration\data\v310;
class allow_cdn extends phpbb_db_migration
{
public function effectively_installed()
{
return isset($this->config['allow_cdn']);
}
static public function depends_on()
{
return array(