Merge branch 'MDL-39545_master' of https://github.com/markn86/moodle
This commit is contained in:
@@ -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') {
|
||||
|
||||
Reference in New Issue
Block a user