From 0912cc21cf7e9ad72c40668c77fe9826a8deebe7 Mon Sep 17 00:00:00 2001 From: odain Date: Thu, 21 May 2026 13:56:24 +0200 Subject: [PATCH] =?UTF-8?q?N=C2=B09564=20-=20fix=20WizardChoice=20test?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup/wizardsteps/WizStepModulesChoice.php | 1 - 1 file changed, 1 deletion(-) diff --git a/setup/wizardsteps/WizStepModulesChoice.php b/setup/wizardsteps/WizStepModulesChoice.php index fdc3d48d9a..03bc4cddb3 100644 --- a/setup/wizardsteps/WizStepModulesChoice.php +++ b/setup/wizardsteps/WizStepModulesChoice.php @@ -181,7 +181,6 @@ class WizStepModulesChoice extends AbstractWizStepInstall $aSteps [] = ["class" => "WizStepModulesChoice","state" => "$i"]; $i++; } - $aSteps [] = ["class" => "WizStepModulesChoice","state" => "$i"]; return $aSteps; }