From 59fe61bcc60758bb25efccb1e50682a1f50b2af1 Mon Sep 17 00:00:00 2001 From: Andrew Davis Date: Wed, 26 May 2010 02:01:05 +0000 Subject: [PATCH] hotpot MDL-22564 added a missing definition of $OUTPUT --- mod/hotpot/mod_form.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/hotpot/mod_form.php b/mod/hotpot/mod_form.php index a8be0305727..2d7424bee83 100644 --- a/mod/hotpot/mod_form.php +++ b/mod/hotpot/mod_form.php @@ -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;