N°8981 setup wizard: reuse AnalyzeInstallation result in wizard module choice step

This commit is contained in:
odain
2026-01-05 22:17:23 +01:00
parent 9f3b8ec964
commit 57b3610100
2 changed files with 17 additions and 11 deletions

View File

@@ -698,7 +698,6 @@ class ApplicationInstaller
}
// Module specific actions (migrate the data)
//
$aAvailableModules = $oProductionEnv->AnalyzeInstallation(MetaModel::GetConfig(), APPROOT.$sModulesDir);
$oProductionEnv->CallInstallerHandlers($aAvailableModules, 'BeforeDatabaseCreation', $aSelectedModules);