Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
stonebuzz committed Jan 30, 2024
1 parent 4b58115 commit 9211b86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PackageTarget.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public function getTabNameForItem(CommonGLPI $item, $withtemplate = 0)

switch ($item->getType()) {
case Package::class:
return self::createTabEntry(self::getTypeName($number), $number, self::class, self::getIcon());
return self::createTabEntry(self::getTypeName($number), $number);
}

return parent::getTabNameForItem($item, $withtemplate);
Expand Down

0 comments on commit 9211b86

Please sign in to comment.