Skip to content

Commit

Permalink
MDL-55708 mod_assign: display formatted acitvity names
Browse files Browse the repository at this point in the history
  • Loading branch information
marinaglancy committed Aug 25, 2016
1 parent e90dfb3 commit c59eddd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod/assign/locallib.php
Original file line number Diff line number Diff line change
Expand Up @@ -2468,7 +2468,7 @@ private function view_course_index() {
$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);

}

Expand Down

0 comments on commit c59eddd

Please sign in to comment.