Skip to content

Commit

Permalink
bugfix comment list after commenting
Browse files Browse the repository at this point in the history
  • Loading branch information
dionysius committed Apr 1, 2019
1 parent d5e221d commit d49db38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion comment_list.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);

0 comments on commit d49db38

Please sign in to comment.