2
0
forked from Wavyzz/dolibarr

Fix #yogosha8450

This commit is contained in:
Laurent Destailleur
2022-01-19 15:20:10 +01:00
parent ed2ca6af79
commit 60b90056c4
22 changed files with 45 additions and 53 deletions

View File

@@ -641,7 +641,7 @@ function GETPOST($paramname, $check = 'alphanohtml', $method = 0, $filter = null
}
// Check rule
if (preg_match('/^array/', $check)) { // If 'array' or 'array:restricthtml' or 'array:aZ09'
if (preg_match('/^array/', $check)) { // If 'array' or 'array:restricthtml' or 'array:aZ09' or 'array:intcomma'
if (!is_array($out) || empty($out)) {
$out = array();
} else {