From 962a8e68b3b1658dfd9499e652eec79b277ceee1 Mon Sep 17 00:00:00 2001 From: Eric Espie Date: Thu, 16 Apr 2026 14:03:12 +0200 Subject: [PATCH] comment --- setup/sequencers/StepSequencer.php | 1 + 1 file changed, 1 insertion(+) diff --git a/setup/sequencers/StepSequencer.php b/setup/sequencers/StepSequencer.php index 0e519eaed..4a86f2c46 100644 --- a/setup/sequencers/StepSequencer.php +++ b/setup/sequencers/StepSequencer.php @@ -165,6 +165,7 @@ abstract class StepSequencer protected function GetConfig() { + // Caching config here is a bad idea, the first config loaded does not contain module settings $sTargetEnvironment = $this->oRunTimeEnvironment->GetBuildEnv(); $sConfigFile = APPCONF.$sTargetEnvironment.'/'.ITOP_CONFIG_FILE; try {