diff --git a/include/class_fiche.php b/include/class_fiche.php index 26093d9c2..ad703408b 100644 --- a/include/class_fiche.php +++ b/include/class_fiche.php @@ -353,7 +353,9 @@ class fiche { $attr=$this->attribut; $ret=""; - + if ( empty ($attr) ) { + return "Fiche non trouvée"; + } foreach ( $attr as $r) { $msg="";