MDL-37966 Assignment: put upgraded modules where the originals were

This commit is contained in:
Jonathon Fowler 2013-03-27 12:40:28 +10:00
parent 373a8e052c
commit bdc4cb9ef0

View file

@ -396,7 +396,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.