Merge branch 'MDL-37275_master' of git://github.com/markn86/moodle

This commit is contained in:
Dan Poltawski 2013-01-22 12:46:09 +08:00
commit 928639c06e

View File

@ -163,6 +163,7 @@ class external_service_functions_form extends moodleform {
$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);