MDL-67721 mod_forum: See 'view grade' button on single discussion forums

This commit is contained in:
Shamim Rezaie
2020-01-28 05:02:05 +11:00
parent 4e41ace0be
commit 974db580df
+1 -1
View File
@@ -204,7 +204,7 @@ switch ($forum->get_type()) {
'gradingcomponent' => $forumgradeitem->get_grading_component_name(),
'gradingcomponentsubtype' => $forumgradeitem->get_grading_component_subtype(),
];
$OUTPUT->render_from_template('mod_forum/grades/view_grade_button', $gradeobj);
echo $OUTPUT->render_from_template('mod_forum/grades/view_grade_button', $gradeobj);
}
}
$discussion = $discussionvault->get_last_discussion_in_forum($forum);