Fix warning

This commit is contained in:
Laurent Destailleur 2020-04-03 13:01:17 +02:00
parent 193a10bc39
commit 71910b2181

View File

@ -2082,7 +2082,7 @@ elseif (! empty($module))
print_liste_field_titre("Condition", $_SERVER["PHP_SELF"], '', "", $param, '', $sortfield, $sortorder);
print "</tr>\n";
if (is_array($dicts))
if (is_array($dicts) && is_array($dicts['tabname']))
{
$i = 0;
$maxi = count($dicts['tabname']);