mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 04:30:15 +01:00
Merge branch 'MDL-43454-master' of git://github.com/FMCorz/moodle
This commit is contained in:
commit
717093583f
@ -37,6 +37,9 @@ class assignment_online extends assignment_base {
|
||||
$editmode = ($editable and $edit);
|
||||
|
||||
if ($editmode) {
|
||||
// Loading the constants FILE_INTERNAL and FILE_EXTERNAL.
|
||||
require_once($CFG->dirroot . '/repository/lib.php');
|
||||
|
||||
// prepare form and process submitted data
|
||||
$editoroptions = array(
|
||||
'noclean' => false,
|
||||
|
Loading…
x
Reference in New Issue
Block a user