mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 02:16:41 +02:00
Merge branch 'wip-mdl-31405-new' of git://github.com/rajeshtaneja/moodle
Conflicts: lib/upgrade.txt mod/upgrade.txt
This commit is contained in:
commit
fb032ccb3f
5 changed files with 56 additions and 9 deletions
|
@ -742,7 +742,7 @@ class assign {
|
|||
shift_course_mod_dates('assign',
|
||||
array('duedate', 'allowsubmissionsfromdate', 'cutoffdate'),
|
||||
$data->timeshift,
|
||||
$data->courseid);
|
||||
$data->courseid, $this->get_instance()->id);
|
||||
$status[] = array('component'=>$componentstr,
|
||||
'item'=>get_string('datechanged'),
|
||||
'error'=>false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue