Skip to content

Commit

Permalink
Allow underscore and hypen in module names
Browse files Browse the repository at this point in the history
  • Loading branch information
gustav_delius committed Sep 25, 2005
1 parent 54afe05 commit b1c9e09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion help.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

$file = optional_param('file', '',PARAM_FILE);
$text = optional_param('text', 'No text to display',PARAM_CLEAN);
$module = optional_param('module', 'moodle',PARAM_ALPHA);
$module = optional_param('module', 'moodle', PARAM_ALPHAEXT);

print_header();

Expand Down

0 comments on commit b1c9e09

Please sign in to comment.