Skip to content

Commit

Permalink
FIX allow "class" into search string in website module
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Sep 17, 2024
1 parent 69f7fe3 commit 35b8a7c
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 35b8a7c

Please sign in to comment.