1
0
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:
Marc Alexander 2016-12-17 23:20:28 +01:00
parent 544c7c4e08
commit 1846b90a33
No known key found for this signature in database
GPG Key ID: 50E0D2423696F995

View File

@ -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);
}