mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 08:22:07 +02:00
formslib editor NOBUG delete unused global file reference.
This commit is contained in:
parent
ac6d26bbd1
commit
057815f341
@ -114,7 +114,7 @@ class MoodleQuickForm_editor extends HTML_QuickForm_element {
|
||||
}
|
||||
|
||||
function toHtml() {
|
||||
global $CFG, $COURSE, $PAGE;
|
||||
global $CFG, $PAGE;
|
||||
require_once($CFG->dirroot.'/repository/lib.php');
|
||||
|
||||
if ($this->_flagFrozen) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user