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