mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 01:16:44 +02:00
Merge remote-tracking branch 'moodle/master' into MDL-20636_master_new_question_engine
Conflicts: lib/db/upgrade.php mod/quiz/lib.php
This commit is contained in:
commit
54771d89d1
290 changed files with 4637 additions and 1419 deletions
|
@ -1010,6 +1010,9 @@ class restore_course_structure_step extends restore_structure_step {
|
|||
// Apply for 'theme' plugins optional paths at course level
|
||||
$this->add_plugin_structure('theme', $course);
|
||||
|
||||
// Apply for 'course report' plugins optional paths at course level
|
||||
$this->add_plugin_structure('coursereport', $course);
|
||||
|
||||
// Apply for plagiarism plugins optional paths at course level
|
||||
$this->add_plugin_structure('plagiarism', $course);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue