mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
Merge branch '3.2.x'
This commit is contained in:
commit
c0493c2e81
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue