N°2478 Fix install not working anymore when having no env-*

This commit is contained in:
Pierre Goiffon
2019-09-12 09:29:24 +02:00
parent e9dee86b7c
commit 24a0cc2f64
3 changed files with 6 additions and 4 deletions

View File

@@ -57,8 +57,7 @@ class ApplicationInstaller
$aParamValues = $oParams->GetParamForConfigArray();
$oConfig = new Config();
$sTargetDir = $this->GetTargetDir();
$oConfig->UpdateFromParams($aParamValues, $sTargetDir);
$oConfig->UpdateFromParams($aParamValues, null);
utils::SetConfig($oConfig);
}