mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
hotpot MDL-22564 added a missing definition of $OUTPUT
This commit is contained in:
parent
cda0469680
commit
59fe61bcc6
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ class mod_hotpot_mod_form extends moodleform_mod {
|
|||
// $mform->setType('name', PARAM_xxx);
|
||||
// $mform->setDefault('name', array('elementhelpfilename', get_string('helpicontitlestring', 'hotpot'), 'hotpot'));
|
||||
|
||||
global $CFG, $COURSE;
|
||||
global $CFG, $COURSE, $OUTPUT;
|
||||
global $HOTPOT_FEEDBACK, $HOTPOT_GRADEMETHOD, $HOTPOT_LOCATION;
|
||||
global $HOTPOT_NAVIGATION, $HOTPOT_OUTPUTFORMAT, $HOTPOT_TEXTSOURCE;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue