fixed missing global

This commit is contained in:
Petr Skoda 2010-09-18 12:16:02 +00:00
parent 0b21e5885e
commit 26ab454870

View File

@ -8,6 +8,8 @@ require_once ($CFG->dirroot.'/course/moodleform_mod.php');
class mod_chat_mod_form extends moodleform_mod {
function definition() {
global $CFG;
$mform = $this->_form;
//-------------------------------------------------------------------------------