Skip to content

Commit

Permalink
Merge branch 'MDL-39611-master-int' of git://github.com/FMCorz/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
Damyon Wiese committed May 13, 2013
2 parents 8b4c865 + 914077b commit d9ffe3f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mod/url/mod_form.php
Expand Up @@ -127,6 +127,7 @@ function definition() {
$mform->createElement('selectgroups', $variable, '', $options),
);
$mform->addGroup($group, $pargroup, get_string('parameterinfo', 'url'), ' ', false);
$mform->setType($parameter, PARAM_RAW);
}

//-------------------------------------------------------
Expand Down

0 comments on commit d9ffe3f

Please sign in to comment.