mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
correcting the addrule required
This commit is contained in:
parent
a387e8ac3c
commit
5a5487ff7f
@ -22,7 +22,7 @@ class question_export_form extends moodleform {
|
||||
$mform->setHelpButton("formathelp[$i]", array("$shortname",$fileformatname,"qformat_$shortname"));
|
||||
$i++ ;
|
||||
}
|
||||
$mform->addRule('format',null,'required',null,'client');
|
||||
$mform->addRule("formathelp[0]",null,'required',null,'client');
|
||||
//--------------------------------------------------------------------------------
|
||||
$mform->addElement('header','general', get_string('general', 'form'));
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user