Skip to content

Commit 29abd86

Browse files
committed
Fix GLPINetwork type name
1 parent a241e4a commit 29abd86

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/GLPINetwork.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,11 @@
4040

4141
class GLPINetwork extends CommonGLPI
4242
{
43+
public static function getTypeName($nb = 0)
44+
{
45+
return __('GLPI Network');
46+
}
47+
4348
public function getTabNameForItem(CommonGLPI $item, $withtemplate = 0)
4449
{
4550
return self::createTabEntry('GLPI Network');

0 commit comments

Comments
 (0)