mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-25 19:38:53 +00:00
[ticket/11703] Add effectively_installed().
PHPBB3-11703
This commit is contained in:
parent
94b49d8a92
commit
21eae92c27
1 changed files with 5 additions and 0 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Reference in a new issue