1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-06-23 03:25:18 +02:00

[ticket/12475] Tabs, spaces, ...

PHPBB3-12475
This commit is contained in:
Nils Adermann
2014-05-02 20:03:40 +02:00
parent 3420f8f320
commit 03594b6443

View File

@ -114,8 +114,8 @@ class migrate extends \phpbb\console\command\command
{
$migrations = $this->extension_manager
->get_finder()
->core_path('phpbb/db/migration/data/')
->extension_directory('/migrations')
->core_path('phpbb/db/migration/data/')
->extension_directory('/migrations')
->get_classes();
$this->migrator->set_migrations($migrations);
}