From 044b1123daba7952a19684464b1180fd5c61d38c Mon Sep 17 00:00:00 2001 From: ciberfred <85504218+ciberfred@users.noreply.github.com> Date: Tue, 8 Oct 2024 13:45:40 +0200 Subject: [PATCH] Update familylist.php --- front/familylist.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front/familylist.php b/front/familylist.php index 54202f2..930b835 100644 --- a/front/familylist.php +++ b/front/familylist.php @@ -57,7 +57,7 @@ echo "" . Dropdown::getDropdownName("glpi_plugin_genericobject_typefamilies", $_GET['id']) . ""; foreach ($types as $type) { $itemtype = $type['itemtype']; - if(Session::haveRight(PluginGenericobjectProfile::getProfileNameForItemtype($itemtype), READ)){ + if (Session::haveRight(PluginGenericobjectProfile::getProfileNameForItemtype($itemtype), READ)) { echo ""; echo ""; echo $itemtype::getTypeName();