Merge pull request #12336 from grandoc/new_branch_05_11_2019
fix bad setEventMessages
This commit is contained in:
commit
d6667675b4
@ -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
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user