diff --git a/inc/deploypackage.class.php b/inc/deploypackage.class.php index 143d33807d..b8cd69e599 100644 --- a/inc/deploypackage.class.php +++ b/inc/deploypackage.class.php @@ -1038,7 +1038,7 @@ static function displayTabContentForItem(CommonGLPI $item, $tabnum=1, $withtempl if ($item->getType() == __CLASS__) { switch($tabnum) { - case 2 : + case 1: $item->showVisibility(); return TRUE; }