mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-09 00:55:23 +02:00
[ticket/14920] Force installer to only populate core migrations
PHPBB3-14920
This commit is contained in:
parent
544c7c4e08
commit
1846b90a33
@ -70,6 +70,7 @@ class populate_migrations extends \phpbb\install\task_base
|
|||||||
|
|
||||||
$migrations = $finder
|
$migrations = $finder
|
||||||
->core_path('phpbb/db/migration/data/')
|
->core_path('phpbb/db/migration/data/')
|
||||||
|
->set_extensions(array())
|
||||||
->get_classes();
|
->get_classes();
|
||||||
$this->migrator->populate_migrations($migrations);
|
$this->migrator->populate_migrations($migrations);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user