diff --git a/modules/feature-watchlist.php b/modules/feature-watchlist.php index 3995049..2a32cb8 100644 --- a/modules/feature-watchlist.php +++ b/modules/feature-watchlist.php @@ -130,7 +130,7 @@ register_module([ global $settings, $env, $pageindex; // The thing we should do. - $do = $_GET["do"] ?? "null"; + $do = slugify($_GET["do"] ?? "null"); // The location we should redirect to after doing it successfully, if anywhere $returnto = empty($_GET["returnto"]) ? null : $_GET["returnto"];