Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into develop

This commit is contained in:
Laurent Destailleur
2022-07-22 19:37:55 +02:00
11 changed files with 14 additions and 14 deletions

View File

@@ -8215,7 +8215,6 @@ function get_htmloutput_mesg($mesgstring = '', $mesgarray = '', $style = 'ok', $
}
}
if ($mesgstring) {
$langs->load("errors");
$ret++;
$out .= $langs->trans($mesgstring);
}