Merge branch 'MDL-37966' of git://github.com/jonof/moodle

This commit is contained in:
Damyon Wiese
2013-04-30 12:26:47 +08:00
+1 -1
View File
@@ -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.