mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 16:32:18 +02:00
Merge branch 'MDL-39545_master' of https://github.com/markn86/moodle
This commit is contained in:
commit
2022330dd7
@ -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') {
|
||||
|
Loading…
x
Reference in New Issue
Block a user