[ticket/11459] Do not take files of extensions into account

PHPBB3-11459
This commit is contained in:
Joas Schilling 2014-03-28 22:12:09 +01:00
parent b0aa366b12
commit 81f7240583

View file

@ -26,7 +26,8 @@ include($phpbb_root_path . 'common.' . $phpEx);
$classes = $phpbb_container->get('ext.manager')
->get_finder()
->core_path('phpbb/db/migration/data/')
->core_path('phpbb/')
->directory('db/migration/data')
->get_classes();
$db_tools = new \phpbb\db\tools($db, true);