Merge branch 'MDL-32781' of git://github.com/netspotau/moodle-mod_assign

This commit is contained in:
Dan Poltawski 2012-05-07 13:17:07 +08:00
commit 74bf5cb999

View File

@ -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;
}
}