mirror of
https://github.com/moodle/moodle.git
synced 2025-02-21 01:48:45 +01:00
Merged quote fix from stable
This commit is contained in:
parent
69faecceaf
commit
fd40be3e8d
@ -180,6 +180,8 @@ class assignment_online extends assignment_base {
|
||||
$newsubmission->mailed = 0; // Make sure mail goes out (again, even)
|
||||
$newsubmission->timemarked = time();
|
||||
|
||||
unset($newsubmission->data1); // Don't need to update this.
|
||||
|
||||
if (! update_record('assignment_submissions', $newsubmission)) {
|
||||
return false;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user