mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-09 10:28:44 +02:00
N°9514 - End user device cannot be uninstalled
This commit is contained in:
@@ -169,7 +169,11 @@ abstract class StepSequencer
|
||||
$sTargetEnvironment = $this->oRunTimeEnvironment->GetBuildEnv();
|
||||
$sConfigFile = APPCONF.$sTargetEnvironment.'/'.ITOP_CONFIG_FILE;
|
||||
try {
|
||||
if (file_exists($sConfigFile)) {
|
||||
$this->oConfig = new Config($sConfigFile);
|
||||
} else {
|
||||
$this->oConfig = new Config();
|
||||
}
|
||||
} catch (Exception $e) {
|
||||
SetupLog::Exception("Setup error", $e);
|
||||
throw $e;
|
||||
|
||||
Reference in New Issue
Block a user