N°8760 : fix broken setup

ci: fix merge
This commit is contained in:
odain
2025-12-04 18:07:43 +01:00
parent 9f3d7d2c36
commit 8e10cf9b72
2 changed files with 7 additions and 7 deletions

View File

@@ -76,7 +76,7 @@ class RunTimeEnvironment
// mark as (automatically) chosen alll the "remote" modules present in the
// target environment (data/<target-env>-modules)
// The actual choices will be recorded by RecordInstallation below
$this->oExtensionsMap = new iTopExtensionsMap($this->sTargetEnv, true, $aExtraDirs);
$this->oExtensionsMap = new iTopExtensionsMap($this->sTargetEnv, $aExtraDirs);
$this->oExtensionsMap->LoadChoicesFromDatabase($oSourceConfig);
}