diff --git a/mod/forum/post.php b/mod/forum/post.php index 5456f175e4f..c8b2683d9f7 100644 --- a/mod/forum/post.php +++ b/mod/forum/post.php @@ -218,8 +218,7 @@ $HTTP_REFERER); echo "

"; - forum_print_post($post, 0, $ownpost=false, $reply=false, $link=false); - + forum_print_post($post, $forum->course, $ownpost=false, $reply=false, $link=false); } die;