Update actions_extrafields.inc.php

This commit is contained in:
fbosman 2019-06-28 07:06:19 +02:00 committed by GitHub
parent ad53289a19
commit af83d8836a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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');