Merge pull request #12336 from grandoc/new_branch_05_11_2019

fix bad setEventMessages
This commit is contained in:
Laurent Destailleur 2019-11-05 10:07:07 +01:00 committed by GitHub
commit d6667675b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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