Skip to content

Commit

Permalink
Merge branch '20.0' of [email protected]:Dolibarr/dolibarr.git into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Sep 17, 2024
2 parents 9256651 + 35b8a7c commit 266457f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/website/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@
}
}

$searchkey = GETPOST('searchstring', 'restricthtml');
$searchkey = GETPOST('searchstring', 'restricthtmlallowclass');

if ($action == 'replacesite' || $mode == 'replacesite') { // Test on permission not required
$containertype = GETPOST('optioncontainertype', 'aZ09') != '-1' ? GETPOST('optioncontainertype', 'aZ09') : '';
Expand Down

0 comments on commit 266457f

Please sign in to comment.