mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 00:12:56 +02:00
fixed missing global
This commit is contained in:
parent
0b21e5885e
commit
26ab454870
@ -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;
|
||||
|
||||
//-------------------------------------------------------------------------------
|
||||
|
Loading…
x
Reference in New Issue
Block a user