N°9010 Fix Code Style

This commit is contained in:
Timothee
2026-02-19 15:45:33 +01:00
parent a42b061f19
commit a287527d29

View File

@@ -678,12 +678,11 @@ EOF
if ($bMissingFromDisk) {
$bDisabled = true;
$bChecked = false;
}
elseif($bMandatory || $bInstalled && !$bCanBeUninstalled){
} elseif ($bMandatory || $bInstalled && !$bCanBeUninstalled) {
$bDisabled = true;
$bChecked = true;
}
if($bAllDisabled){
if ($bAllDisabled) {
$bDisabled = true;
}