mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 10:38:45 +02:00
Remove (once more...) a warning at the end of the setup...
SVN:trunk[4829]
This commit is contained in:
@@ -1743,6 +1743,8 @@ EOF
|
||||
}
|
||||
|
||||
$aSteps = array();
|
||||
$this->oWizard->SetParameter('additional_extensions_modules', json_encode(array())); // Default value, no additional extensions
|
||||
|
||||
if (@file_exists($this->GetSourceFilePath()))
|
||||
{
|
||||
// Found an "installation.xml" file, let's us tis definition for the wizard
|
||||
@@ -1779,7 +1781,6 @@ EOF
|
||||
$aSteps[] = $aStepDefinition;
|
||||
$this->oWizard->SetParameter('additional_extensions_modules', json_encode($aStepDefinition['options']));
|
||||
}
|
||||
|
||||
}
|
||||
else
|
||||
{
|
||||
@@ -1807,8 +1808,6 @@ EOF
|
||||
}
|
||||
}
|
||||
$aSteps[] = $aStepDefinition;
|
||||
|
||||
$this->oWizard->SetParameter('additional_extensions_modules', json_encode(array()));
|
||||
}
|
||||
|
||||
if (array_key_exists($index, $aSteps))
|
||||
|
||||
Reference in New Issue
Block a user