Fix GETPOST on 'action'

This commit is contained in:
Laurent Destailleur
2020-09-16 19:39:50 +02:00
parent 47031cb656
commit bfbb217607
358 changed files with 359 additions and 359 deletions

View File

@@ -38,7 +38,7 @@ $langs->loadLangs(array('companies', 'bills', 'orders'));
$id = GETPOST('id', 'int');
$ref = GETPOST('ref', 'alpha');
$socid = GETPOST('socid', 'int');
$action = GETPOST('action', 'alpha');
$action = GETPOST('action', 'aZ09');
// Security check
$socid = 0;