From b65e931c4c4ad52dd6c93bc9e23b7e252c0e745b Mon Sep 17 00:00:00 2001 From: odain Date: Mon, 15 Apr 2024 09:57:54 +0200 Subject: [PATCH] =?UTF-8?q?N=C2=B07439=20-=20setup=20wizard=20broken=20on?= =?UTF-8?q?=20essential=20targets=20after=20fresh=20install=20via=20unatte?= =?UTF-8?q?nded=20CLI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup/unattended-install/unattended-install.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup/unattended-install/unattended-install.php b/setup/unattended-install/unattended-install.php index 5a630381d..fdf1ca5e0 100644 --- a/setup/unattended-install/unattended-install.php +++ b/setup/unattended-install/unattended-install.php @@ -82,9 +82,8 @@ if (! is_null($sInstallationXmlPath) && is_file($sInstallationXmlPath)) { $sMsg = "Computed installation choices"; echo "$sMsg:\n".implode(',', $aComputedExtensions)."\n\n"; SetupLog::Info($sMsg, null, $aComputedExtensions); + $oParams->Set('selected_extensions', $aComputedExtensions); } - $aSelectedExtensions = array_keys($aComputedExtensions); - $oParams->Set('selected_extensions', $aSelectedExtensions); $aComputedModules = $oInstallationFileService->GetSelectedModules(); $aSelectedModules = array_keys($aComputedModules);