From 14e3c50eb33487aa30a664da34ccb89f8474156c Mon Sep 17 00:00:00 2001 From: sparkyx Date: Thu, 14 Oct 2021 18:16:14 +0200 Subject: [PATCH] Cosmetic #0002080 : NOT-FOUND --- include/class/fiche.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/class/fiche.class.php b/include/class/fiche.class.php index b4f4a9339..847ea092a 100644 --- a/include/class/fiche.class.php +++ b/include/class/fiche.class.php @@ -1726,7 +1726,7 @@ class Fiche function get_gestion_title() { - $r = "

" . h($this->getName()) . " " . h($this->strAttribut(ATTR_DEF_FIRST_NAME)) . '[' . $this->get_quick_code() . ']

'; + $r = "

" . h($this->getName()) . " " . h($this->strAttribut(ATTR_DEF_FIRST_NAME,0)) . '[' . $this->get_quick_code() . ']

'; return $r; } function get_all_account()