mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
Merge branch 'ticket/11385' into develop
# By OpenShift guest * ticket/11385: [ticket/11385] Fix issue with migration module tool not getting extension module info
This commit is contained in:
commit
9fca8f88fa
1 changed files with 1 additions and 1 deletions
|
@ -492,7 +492,7 @@ class phpbb_db_migration_tool_module implements phpbb_db_migration_tool_interfac
|
||||||
$acp_modules = new acp_modules();
|
$acp_modules = new acp_modules();
|
||||||
$module = $acp_modules->get_module_infos($basename, $class, true);
|
$module = $acp_modules->get_module_infos($basename, $class, true);
|
||||||
|
|
||||||
if (empty($module));
|
if (empty($module))
|
||||||
{
|
{
|
||||||
throw new phpbb_db_migration_exception('MODULE_INFO_FILE_NOT_EXIST', $class, $basename);
|
throw new phpbb_db_migration_exception('MODULE_INFO_FILE_NOT_EXIST', $class, $basename);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue