Skip to content

Commit

Permalink
Revert
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Dec 19, 2024
1 parent f527940 commit 8401664
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') ? GETPOSTINT('entity') : $conf->entity;
$entity = GETPOSTINT('entity');

// Security check
if (empty($modulepart) && empty($hashp)) {
Expand Down

0 comments on commit 8401664

Please sign in to comment.