From 6e45ad92fa1f4c33dc20432f657162e8424a1227 Mon Sep 17 00:00:00 2001 From: philippe grand <philippe.grand@atoo-net.com> Date: Thu, 17 Dec 2015 17:35:30 +0100 Subject: [PATCH] fix some issue within setEventMessages attribut --- htdocs/admin/barcode.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/admin/barcode.php b/htdocs/admin/barcode.php index fbaf68a96d9..2fbd3de6a0f 100644 --- a/htdocs/admin/barcode.php +++ b/htdocs/admin/barcode.php @@ -97,7 +97,7 @@ if ($action == 'setModuleOptions') if (! $error) { - setEventMessages($langs->trans("SetupSaved"), null, 'msgs'); + setEventMessages($langs->trans("SetupSaved"), null, 'mesgs'); } else { -- GitLab