[ticket/12508] Ignore extensions in migration_tips dev tool

PHPBB3-12508
This commit is contained in:
Joas Schilling 2014-06-10 11:50:11 +02:00
parent c82ae94f8a
commit 0134acd53f

View file

@ -37,6 +37,7 @@ class migration_tips extends \phpbb\console\command\command
protected function execute(InputInterface $input, OutputInterface $output) protected function execute(InputInterface $input, OutputInterface $output)
{ {
$migrations = $this->extension_manager->get_finder() $migrations = $this->extension_manager->get_finder()
->set_extensions(array())
->core_path('phpbb/db/migration/data/') ->core_path('phpbb/db/migration/data/')
->get_classes(); ->get_classes();
$tips = $migrations; $tips = $migrations;