1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-04-12 03:42:05 +02:00

Merge branch '3.2.x'

This commit is contained in:
Máté Bartus 2016-12-24 12:53:20 +01:00
commit c0493c2e81

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