mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 18:48:51 +02:00
N°9010 Fix Code Style
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user