mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
[ticket/11459] Do not take files of extensions into account
PHPBB3-11459
This commit is contained in:
parent
b0aa366b12
commit
81f7240583
1 changed files with 2 additions and 1 deletions
|
@ -26,7 +26,8 @@ include($phpbb_root_path . 'common.' . $phpEx);
|
||||||
|
|
||||||
$classes = $phpbb_container->get('ext.manager')
|
$classes = $phpbb_container->get('ext.manager')
|
||||||
->get_finder()
|
->get_finder()
|
||||||
->core_path('phpbb/db/migration/data/')
|
->core_path('phpbb/')
|
||||||
|
->directory('db/migration/data')
|
||||||
->get_classes();
|
->get_classes();
|
||||||
$db_tools = new \phpbb\db\tools($db, true);
|
$db_tools = new \phpbb\db\tools($db, true);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue