Fix: filter on POST value too restrictive
This commit is contained in:
parent
8cba0fbcbe
commit
e7dfdd27b1
@ -42,8 +42,8 @@ $langs->load("main");
|
|||||||
// Get parameters
|
// Get parameters
|
||||||
$id = GETPOST('id','int');
|
$id = GETPOST('id','int');
|
||||||
$action = GETPOST('action','alpha');
|
$action = GETPOST('action','alpha');
|
||||||
$ref = GETPOST('ref','alpha');
|
$ref = GETPOST('ref');
|
||||||
$description = GETPOST('description','alpha');
|
$description = GETPOST('description');
|
||||||
$fk_code_type_resource = GETPOST('fk_code_type_resource','alpha');
|
$fk_code_type_resource = GETPOST('fk_code_type_resource','alpha');
|
||||||
|
|
||||||
// Protection if external user
|
// Protection if external user
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user