mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
N°2478 Fix install not working anymore when having no env-*
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user