Update actions_extrafields.inc.php

This commit is contained in:
Laurent Destailleur 2019-06-28 12:55:19 +02:00 committed by GitHub
parent f44203775a
commit 511be75fca
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','intcomma');
$extrasize=GETPOST('size', 'intcomma');
$type=GETPOST('type', 'alpha');
$param=GETPOST('param', 'alpha');