2
0
forked from Wavyzz/dolibarr

set a message

This commit is contained in:
De Coninck Laurent
2018-10-26 16:18:27 +02:00
parent 402bbbe839
commit d347cf3a85
2 changed files with 36 additions and 32 deletions

View File

@@ -6555,7 +6555,7 @@ function get_htmloutput_errors($mesgstring='', $mesgarray='', $keepembedded=0)
* @see dol_htmloutput_errors
* @see setEventMessages
*/
function dol_htmloutput_mesg($mesgstring='',$mesgarray='', $style='ok', $keepembedded=0)
function dol_htmloutput_mesg($mesgstring = '',$mesgarray = [], $style = 'ok', $keepembedded=0)
{
if (empty($mesgstring) && (! is_array($mesgarray) || count($mesgarray) == 0)) return;