diff --git a/inc/entity.class.php b/inc/entity.class.php index 2aa071d..cef3400 100644 --- a/inc/entity.class.php +++ b/inc/entity.class.php @@ -54,6 +54,7 @@ public static function postShow(Entity $entity) 'entity' => $entity->getId(), 'entity_sons' => (!empty($_SESSION['glpiactive_entity_recursive'])) ? true : false, 'nochecklimit' => true, + 'expired' => true, ); $html_parts = array();