mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-19 15:22:17 +02:00
Changed display of modules and installation choices
This commit is contained in:
@@ -82,7 +82,7 @@ if (! is_null($sInstallationXmlPath) && is_file($sInstallationXmlPath)) {
|
|||||||
$aComputedExtensions = $oInstallationFileService->GetAfterComputationSelectedExtensions();
|
$aComputedExtensions = $oInstallationFileService->GetAfterComputationSelectedExtensions();
|
||||||
if (! $bInstallationChoicesProvided) {
|
if (! $bInstallationChoicesProvided) {
|
||||||
$sMsg = "Computed installation choices";
|
$sMsg = "Computed installation choices";
|
||||||
echo "$sMsg:\n".implode(',', $aComputedExtensions)."\n\n";
|
echo "$sMsg:\n".implode(",\n", $aComputedExtensions)."\n\n";
|
||||||
SetupLog::Info($sMsg, null, $aComputedExtensions);
|
SetupLog::Info($sMsg, null, $aComputedExtensions);
|
||||||
$oParams->Set('selected_extensions', $aComputedExtensions);
|
$oParams->Set('selected_extensions', $aComputedExtensions);
|
||||||
}
|
}
|
||||||
@@ -97,8 +97,8 @@ if (! is_null($sInstallationXmlPath) && is_file($sInstallationXmlPath)) {
|
|||||||
$sMsg = "Modules to install listed in $sXmlSetupBaseName (selected_modules section)";
|
$sMsg = "Modules to install listed in $sXmlSetupBaseName (selected_modules section)";
|
||||||
}
|
}
|
||||||
|
|
||||||
sort($aSelectedModules);
|
//sort($aSelectedModules);
|
||||||
echo "$sMsg:\n".implode(',', $aSelectedModules)."\n\n";
|
echo "$sMsg:\n".implode(",\n", $aSelectedModules)."\n\n";
|
||||||
SetupLog::Info($sMsg, null, $aSelectedModules);
|
SetupLog::Info($sMsg, null, $aSelectedModules);
|
||||||
|
|
||||||
// Configuration file
|
// Configuration file
|
||||||
|
|||||||
Reference in New Issue
Block a user