fix bad setEventMessages

This commit is contained in:
Philippe GRAND 2019-11-05 10:01:21 +01:00
parent c472754035
commit 4acc107191

View File

@ -138,7 +138,7 @@ if (empty($reshook))
if ($result > 0) if ($result > 0)
{ {
setEventMessages($langs->trans("ChartLoaded"), null); setEventMessages($langs->trans("ChartLoaded"), null, 'mesgs');
} }
else else
{ {