mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-20 00:58:48 +02:00
Fix config creation
This commit is contained in:
@@ -375,7 +375,7 @@ class RunTimeEnvironment
|
||||
throw new Exception('Failed to record the installation information');
|
||||
}
|
||||
|
||||
$oConfig->UpdateIncludes($this->sBuildEnv);
|
||||
$oConfig->UpdateIncludes('env-'.$this->sBuildEnv);
|
||||
$sEnvironmentLabel = $this->GetFinalEnv().' (built on '.date('Y-m-d').')';
|
||||
$oConfig->Set('app_env_label', $sEnvironmentLabel, $sSourceDesc);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user