mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-08 00:52:01 +01:00
Fix GETPOST on 'action'
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user