hotpot MDL-22564 added a missing definition of $OUTPUT

This commit is contained in:
Andrew Davis 2010-05-26 02:01:05 +00:00
parent cda0469680
commit 59fe61bcc6

View file

@ -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;