mirror of
https://github.com/phpbb/phpbb.git
synced 2025-03-24 01:20:40 +01:00
Merge pull request #4582 from marc1706/ticket/14920
[ticket/14920] Force installer to only populate core migrations
This commit is contained in:
commit
d8348f8a5e
@ -70,6 +70,7 @@ class populate_migrations extends \phpbb\install\task_base
|
||||
|
||||
$migrations = $finder
|
||||
->core_path('phpbb/db/migration/data/')
|
||||
->set_extensions(array())
|
||||
->get_classes();
|
||||
$this->migrator->populate_migrations($migrations);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user