2
0
forked from Wavyzz/dolibarr

Clean htmlentities

This commit is contained in:
Laurent Destailleur
2022-07-22 19:25:15 +02:00
parent 3761c920eb
commit 16c087e04c
10 changed files with 12 additions and 12 deletions

View File

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