Skip to content

Commit

Permalink
Bad GETPOSTINT for document preview
Browse files Browse the repository at this point in the history
  • Loading branch information
atm-lucasmantegari committed Dec 19, 2024
1 parent 7ebec96 commit 26709f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/document.php
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ function llxFooter()
$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)) {
Expand Down

0 comments on commit 26709f6

Please sign in to comment.