mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
FIX broken feature, wrong GETPOSTINT parameter
This commit is contained in:
parent
817ddc1b82
commit
253d3eceeb
|
|
@ -103,7 +103,7 @@ $original_file = GETPOST('file', 'alphanohtml');
|
|||
$hashp = GETPOST('hashp', 'aZ09');
|
||||
$modulepart = GETPOST('modulepart', 'alpha');
|
||||
$urlsource = GETPOST('urlsource', 'alpha');
|
||||
$entity = GETPOSTINT('entity', $conf->entity);
|
||||
$entity = GETPOSTINT('entity');
|
||||
|
||||
// Security check
|
||||
if (empty($modulepart) && empty($hashp)) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user