From 4acc1071910e8ec781c92e01508d6f733b3e5e65 Mon Sep 17 00:00:00 2001 From: Philippe GRAND Date: Tue, 5 Nov 2019 10:01:21 +0100 Subject: [PATCH] fix bad setEventMessages --- htdocs/accountancy/admin/account.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/accountancy/admin/account.php b/htdocs/accountancy/admin/account.php index e34cd54863b..10a65cab2fe 100644 --- a/htdocs/accountancy/admin/account.php +++ b/htdocs/accountancy/admin/account.php @@ -138,7 +138,7 @@ if (empty($reshook)) if ($result > 0) { - setEventMessages($langs->trans("ChartLoaded"), null); + setEventMessages($langs->trans("ChartLoaded"), null, 'mesgs'); } else {