diff --git a/comment_list.php b/comment_list.php index 612de101..48e393aa 100644 --- a/comment_list.php +++ b/comment_list.php @@ -51,4 +51,4 @@ $comments = mod_studentquiz_get_comments_with_creators($questionid); -echo mod_studentquiz_comment_renderer($comments, $userid, $context->id, $anonymize, $ismoderator); +echo mod_studentquiz_comment_renderer($comments, $userid, $cmid, $anonymize, $ismoderator);