Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-mw committed Apr 29, 2022
1 parent 56c2db9 commit 7f13d51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion userfiles/modules/settings/group/template.php
Expand Up @@ -60,7 +60,7 @@ function mw_set_default_template() {
$change_template = true;
$selected_template = $_GET['template'];
}

$selected_template = xss_clean($selected_template);
?>
<?php if($change_template){ ?>
<div class="alert alert-dismissible alert-primary">
Expand Down

0 comments on commit 7f13d51

Please sign in to comment.