Skip to content
Snippets Groups Projects
Commit bd875f35 authored by efalcy's avatar efalcy
Browse files

hotline #11784 : fix tests

parent 30a70989
Branches
Tags
3 merge requests!1046Master,!1045Hotline master,!1033Hotline#11784 type doc
......@@ -64,7 +64,7 @@ class ZendAfi_View_Helper_ListeNotices_Tableau extends ZendAfi_View_Helper_Liste
if (is_array($value))
$value = $value[0];
if (is_array($value) && array_key_exists($value['libelle']) )
if (is_array($value) && array_key_exists('libelle',$value))
$value = $value['libelle'];
if($champ == "N") $align='style="text-align:center"'; else $align="";
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment