From 64274641a522b096ca1d1b4fabea0aa95da97ddf Mon Sep 17 00:00:00 2001 From: odain Date: Wed, 21 Jan 2026 17:00:24 +0100 Subject: [PATCH] =?UTF-8?q?N=C2=B08760=20-=20cleanup=20function=20call?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup/unattended-install/InstallationFileService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/unattended-install/InstallationFileService.php b/setup/unattended-install/InstallationFileService.php index e1d2494b0..a4fa65c98 100644 --- a/setup/unattended-install/InstallationFileService.php +++ b/setup/unattended-install/InstallationFileService.php @@ -259,7 +259,7 @@ class InstallationFileService { $sProductionModuleDir = APPROOT.'data/'.$this->sTargetEnvironment.'-modules/'; - $aAvailableModules = $this->GetProductionEnv()->AnalyzeInstallation(MetaModel::GetConfig(), $this->GetExtraDirs(), false, null); + $aAvailableModules = $this->GetProductionEnv()->AnalyzeInstallation(MetaModel::GetConfig(), $this->GetExtraDirs()); $this->aAutoSelectModules = []; foreach ($aAvailableModules as $sModuleId => $aModule) {