Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

Commit

Permalink
Fix display form for define target for self-deploy packages
Browse files Browse the repository at this point in the history
  • Loading branch information
David Durieux authored and trasher committed Nov 17, 2016
1 parent 15270f0 commit 1580f5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/deploypackage.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 1580f5d

Please sign in to comment.