Skip to content
Snippets Groups Projects
Commit 8fffdae1 authored by Philippe Grand's avatar Philippe Grand
Browse files

Update index.php

parent 016dbd39
No related branches found
No related tags found
No related merge requests found
......@@ -86,7 +86,7 @@ if ($action == 'validatehistory') {
setEventMessage($db->lasterror(), 'errors');
} else {
$db->commit();
setEventMessage($langs->trans('Dispatched'), 'mesgs');
setEventMessages($langs->trans('Dispatched'), null, 'mesgs');
}
}
......@@ -346,4 +346,4 @@ print "</table>\n";
print '</td></tr></table>';
llxFooter();
$db->close();
\ No newline at end of file
$db->close();
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment