mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 00:12:56 +02:00
MDL-39611 url: Fix setType warnings in module settings
This commit is contained in:
parent
dec909fcdd
commit
914077b4a8
@ -127,6 +127,7 @@ class mod_url_mod_form extends moodleform_mod {
|
||||
$mform->createElement('selectgroups', $variable, '', $options),
|
||||
);
|
||||
$mform->addGroup($group, $pargroup, get_string('parameterinfo', 'url'), ' ', false);
|
||||
$mform->setType($parameter, PARAM_RAW);
|
||||
}
|
||||
|
||||
//-------------------------------------------------------
|
||||
|
Loading…
x
Reference in New Issue
Block a user