Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
update
  • Loading branch information
peter-mw committed Nov 29, 2022
1 parent 13991ce commit df8add9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion userfiles/modules/settings/group/language_import.php
Expand Up @@ -29,7 +29,7 @@
$.post("<?php echo route('admin.language.import'); ?>", postData,
function(msg) {
if (msg.success) {
mw.reload_module('.js-language-edit-browse-<?php echo $_POST['namespaceMD5'];?>');
mw.reload_module('.js-language-edit-browse-<?php echo xss_clean($_POST['namespaceMD5']);?>');
}
mw.notification.msg(msg);
});
Expand Down

0 comments on commit df8add9

Please sign in to comment.