mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 09:26:35 +02:00
MDL-55708 mod_assign: display formatted acitvity names
This commit is contained in:
parent
3ca3cc77a2
commit
92c9be1978
1 changed files with 1 additions and 1 deletions
|
@ -2468,7 +2468,7 @@ class assign {
|
||||||
$grade = '-';
|
$grade = '-';
|
||||||
}
|
}
|
||||||
|
|
||||||
$courseindexsummary->add_assign_info($cm->id, $cm->name, $sectionname, $timedue, $submitted, $grade);
|
$courseindexsummary->add_assign_info($cm->id, $cm->get_formatted_name(), $sectionname, $timedue, $submitted, $grade);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue