FIX broken feature, wrong GETPOSTINT parameter

This commit is contained in:
Regis Houssin 2024-12-17 08:01:55 +01:00
parent 817ddc1b82
commit 253d3eceeb

View File

@ -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)) {