mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
Allow underscore and hypen in module names
This commit is contained in:
parent
54afe05f20
commit
b1c9e0998a
1 changed files with 1 additions and 1 deletions
2
help.php
2
help.php
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue