diff --git a/mod/hotpot/show.php b/mod/hotpot/show.php index 38189b785bc13..ad3bc2ebe78a1 100644 --- a/mod/hotpot/show.php +++ b/mod/hotpot/show.php @@ -18,9 +18,6 @@ error("You are not allowed to view this page!"); } - // decode the reference (not usually necessary) - $params->reference = urldecode($params->reference); - if (isadmin()) { $params->location = optional_param('location', HOTPOT_LOCATION_COURSEFILES); } else {