From af83d8836ab5737d659f0c1b9f27ef185693b30b Mon Sep 17 00:00:00 2001 From: fbosman Date: Fri, 28 Jun 2019 07:06:19 +0200 Subject: [PATCH] Update actions_extrafields.inc.php --- htdocs/core/actions_extrafields.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/core/actions_extrafields.inc.php b/htdocs/core/actions_extrafields.inc.php index b5eb5257ecc..253ce1f9264 100644 --- a/htdocs/core/actions_extrafields.inc.php +++ b/htdocs/core/actions_extrafields.inc.php @@ -27,7 +27,7 @@ $maxsizestring=255; $maxsizeint=10; $mesg=array(); -$extrasize=GETPOST('size', 'int'); +$extrasize=GETPOST('size','intcomma'); $type=GETPOST('type', 'alpha'); $param=GETPOST('param', 'alpha');