mirror of
https://github.com/moodle/moodle.git
synced 2025-03-20 07:30:01 +01:00
Merge branch 'wip-MDL-61175-master' of https://github.com/kwiliarty/moodle
This commit is contained in:
commit
66915b0ea1
@ -117,6 +117,8 @@ class restore_assign_activity_structure_step extends restore_activity_structure_
|
||||
}
|
||||
if (!isset($data->gradingduedate)) {
|
||||
$data->gradingduedate = 0;
|
||||
} else {
|
||||
$data->gradingduedate = $this->apply_date_offset($data->gradingduedate);
|
||||
}
|
||||
if (!isset($data->markingworkflow)) {
|
||||
$data->markingworkflow = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user