Skip to content

Commit a5d5679

Browse files
stonebuzzRom1-B
authored andcommitted
miinor ui fix (icon)
1 parent 918c3e7 commit a5d5679

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inc/profileright.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public static function getTypeName($nb = 0)
5151
public function getTabNameForItem(CommonGLPI $item, $withtemplate = 0)
5252
{
5353
if (Profile::class === $item->getType() && Session::haveRight('profile', READ)) {
54-
return self::createTabEntry(self::getTypeName());
54+
return self::createTabEntry(self::getTypeName(), 0, $item::getType(), PluginMetabaseConfig::getIcon());
5555
}
5656

5757
return '';

0 commit comments

Comments
 (0)