mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-24 02:21:43 +02: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:
@@ -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);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user