mirror of
https://github.com/moodle/moodle.git
synced 2025-02-08 00:52:33 +01:00
Merge branch 'MDL-32781' of git://github.com/netspotau/moodle-mod_assign
This commit is contained in:
commit
74bf5cb999
@ -65,8 +65,8 @@ class assign_feedback_comments extends assign_feedback_plugin {
|
||||
if ($grade) {
|
||||
$feedbackcomments = $this->get_feedback_comments($grade->id);
|
||||
if ($feedbackcomments) {
|
||||
$data->feedbackcomments_editor['text'] = $feedbackcomments->commenttext;
|
||||
$data->feedbackcomments_editor['format'] = $feedbackcomments->commentformat;
|
||||
$data->assignfeedbackcomments_editor['text'] = $feedbackcomments->commenttext;
|
||||
$data->assignfeedbackcomments_editor['format'] = $feedbackcomments->commentformat;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user