mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-11 18:32:32 +01:00
Fix: filter on POST value too restrictive
This commit is contained in:
@@ -42,8 +42,8 @@ $langs->load("main");
|
||||
// Get parameters
|
||||
$id = GETPOST('id','int');
|
||||
$action = GETPOST('action','alpha');
|
||||
$ref = GETPOST('ref','alpha');
|
||||
$description = GETPOST('description','alpha');
|
||||
$ref = GETPOST('ref');
|
||||
$description = GETPOST('description');
|
||||
$fk_code_type_resource = GETPOST('fk_code_type_resource','alpha');
|
||||
|
||||
// Protection if external user
|
||||
|
||||
Reference in New Issue
Block a user