Skip to content

Commit

Permalink
Merge branch 'MDL-26120_24' of https://github.com/jacks92/moodle into…
Browse files Browse the repository at this point in the history
… MOODLE_24_STABLE
  • Loading branch information
stronk7 committed May 20, 2013
2 parents f0697b7 + c2fd66a commit 5efc195
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod/forum/lib.php
Expand Up @@ -3715,7 +3715,7 @@ function forum_print_discussion_header(&$post, $forum, $group=-1, $datestring=""
echo "</td>\n";

// User name
$fullname = fullname($post, has_capability('moodle/site:viewfullnames', $modcontext));
$fullname = fullname($postuser, has_capability('moodle/site:viewfullnames', $modcontext));
echo '<td class="author">';
echo '<a href="'.$CFG->wwwroot.'/user/view.php?id='.$post->userid.'&amp;course='.$forum->course.'">'.$fullname.'</a>';
echo "</td>\n";
Expand Down

0 comments on commit 5efc195

Please sign in to comment.