Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-mw committed Mar 13, 2023
1 parent 5fb95a3 commit 1a9b904
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion userfiles/modules/settings/group/template.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ function mw_set_default_template() {
$change_template = false;
if(isset($_GET['template'])){
$change_template = true;
$selected_template = $_GET['template'];
$selected_template = e($_GET['template']);
}
$selected_template = xss_clean($selected_template);
?>
Expand Down

0 comments on commit 1a9b904

Please sign in to comment.