Merge pull request #3795 from grandoc/patch-1

Update index.php
This commit is contained in:
Laurent Destailleur 2015-10-26 22:39:32 +01:00
commit 0c83d152fc

View File

@ -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();
$db->close();