mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +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
|
@ -417,6 +417,10 @@ class backup_course_structure_step extends backup_structure_step {
|
|||
// save course data (in case of user theme, legacy theme, etc)
|
||||
$this->add_plugin_structure('theme', $course, true);
|
||||
|
||||
// attach course report plugin structure to $course element; multiple
|
||||
// course reports can save course data if required
|
||||
$this->add_plugin_structure('coursereport', $course, true);
|
||||
|
||||
// attach plagiarism plugin structure to $course element, only one allowed
|
||||
$this->add_plugin_structure('plagiarism', $course, false);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue