Fix: error

This commit is contained in:
Laurent Destailleur 2011-02-26 01:57:00 +00:00
parent 180ca71367
commit a069c1ce63

View File

@ -3458,7 +3458,7 @@ function dol_htmloutput_errors($mesgstring='',$mesgarray='')
{ {
global $langs; global $langs;
$ret = 0; $ret = '';
$langs->load("errors"); $langs->load("errors");
if (is_array($mesgarray) && sizeof($mesgarray)) if (is_array($mesgarray) && sizeof($mesgarray))