Skip to content

Commit

Permalink
Merge branch 'MDL-37275_m24' of git://github.com/markn86/moodle into …
Browse files Browse the repository at this point in the history
…MOODLE_24_STABLE
  • Loading branch information
danpoltawski committed Jan 22, 2013
2 parents 3dae8bc + 0147636 commit 1bb2d65
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions admin/webservice/forms.php
Expand Up @@ -163,6 +163,7 @@ function definition() {

$mform->addElement('searchableselector', 'fids', get_string('name'),
$functions, array('multiple'));
$mform->addRule('fids', get_string('required'), 'required', null, 'client');

$mform->addElement('hidden', 'id');
$mform->setType('id', PARAM_INT);
Expand Down

0 comments on commit 1bb2d65

Please sign in to comment.