Merge branch 'MDL-37966' of git://github.com/jonof/moodle
This commit is contained in:
@@ -405,7 +405,7 @@ class assign_upgrade_manager {
|
||||
return false;
|
||||
}
|
||||
|
||||
$newcm->section = course_add_cm_to_section($newcm->course, $newcm->id, $section->section);
|
||||
$newcm->section = course_add_cm_to_section($newcm->course, $newcm->id, $section->section, $cm->id);
|
||||
|
||||
// Make sure visibility is set correctly (in particular in calendar).
|
||||
// Note: Allow them to set it even without moodle/course:activityvisibility.
|
||||
|
||||
Reference in New Issue
Block a user