fix some issue within setEventMessages attribut

This commit is contained in:
philippe grand 2015-12-17 17:35:30 +01:00
parent b91031b693
commit 6e45ad92fa

View File

@ -97,7 +97,7 @@ if ($action == 'setModuleOptions')
if (! $error) if (! $error)
{ {
setEventMessages($langs->trans("SetupSaved"), null, 'msgs'); setEventMessages($langs->trans("SetupSaved"), null, 'mesgs');
} }
else else
{ {