From cd0f9f47b33ac7768a49ca2e37a21591543ddf2d Mon Sep 17 00:00:00 2001 From: Timmy38 Date: Wed, 26 Aug 2026 15:30:48 +0200 Subject: [PATCH] =?UTF-8?q?N=C2=B09989=20Revert=20change?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup/wizardsteps/WizStepModulesChoice.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/setup/wizardsteps/WizStepModulesChoice.php b/setup/wizardsteps/WizStepModulesChoice.php index 16c0dc5d0d..01bb3afb5c 100644 --- a/setup/wizardsteps/WizStepModulesChoice.php +++ b/setup/wizardsteps/WizStepModulesChoice.php @@ -794,9 +794,6 @@ EOF } elseif ($bInstalled && $bDoNotUninstall) { // If the extension is not uninstallable, it must be unchecked using the "force-uninstall" option $bDisabled = !$bDisableUninstallCheck; - if ($bDisabled) { - $bChecked = true; - } } if (isset($aChoice['sub_options'])) {