Merge branch 'MDL-39545_master' of https://github.com/markn86/moodle

This commit is contained in:
Dan Poltawski 2013-05-08 12:37:18 +01:00
commit 2022330dd7

View File

@ -354,8 +354,11 @@ class assign {
$o = '';
$mform = null;
$notices = array();
$nextpageparams = array();
$nextpageparams = array('id'=>$this->get_course_module()->id);
if (!empty($this->get_course_module()->id)) {
$nextpageparams['id'] = $this->get_course_module()->id;
}
// Handle form submissions first.
if ($action == 'savesubmission') {