mirror of
https://github.com/phpbb/phpbb.git
synced 2025-03-22 00:21:02 +01: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
|
||||
->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