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();