mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 01:16:44 +02:00
MDL-68892 mod_h5pactivity: add required to package
This commit is contained in:
parent
4a6a2636a0
commit
3565a77362
1 changed files with 1 additions and 0 deletions
|
@ -72,6 +72,7 @@ class mod_h5pactivity_mod_form extends moodleform_mod {
|
|||
|
||||
$mform->addElement('filemanager', 'packagefile', get_string('package', 'mod_h5pactivity'), null, $options);
|
||||
$mform->addHelpButton('packagefile', 'package', 'mod_h5pactivity');
|
||||
$mform->addRule('packagefile', null, 'required');
|
||||
|
||||
// Add a link to the Content Bank if the user can access.
|
||||
$course = $this->get_course();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue