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'])) {