mirror of
https://github.com/moodle/moodle.git
synced 2025-03-18 22:50:19 +01:00
Merge branch 'MDL-53985-master' of git://github.com/damyon/moodle
This commit is contained in:
commit
0b4304b6e3
@ -7632,7 +7632,7 @@ class assign {
|
||||
return false;
|
||||
}
|
||||
$submission->status = ASSIGN_SUBMISSION_STATUS_DRAFT;
|
||||
$this->update_submission($submission, $userid, true, $this->get_instance()->teamsubmission);
|
||||
$this->update_submission($submission, $userid, false, $this->get_instance()->teamsubmission);
|
||||
|
||||
// Give each submission plugin a chance to process the reverting to draft.
|
||||
$plugins = $this->get_submission_plugins();
|
||||
|
Loading…
x
Reference in New Issue
Block a user