Skip to content

Commit

Permalink
rss MDLSITE-1007 now running clean_param() over the user token
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Davis committed Oct 4, 2010
1 parent b276cf9 commit 83b912e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rss/file.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
}

$contextid = (int)$args[0];
$token = $args[1];
$token = clean_param($args[1], PARAM_ALPHANUM);
$componentname = clean_param($args[2], PARAM_FILE);


Expand Down

0 comments on commit 83b912e

Please sign in to comment.