mirror of https://github.com/BOINC/boinc.git
svn path=/trunk/boinc/; revision=15776
This commit is contained in:
parent
d561c91a3e
commit
13f51d2402
|
@ -616,6 +616,7 @@ function show_post(
|
|||
}
|
||||
if (($controls == FORUM_CONTROLS) && (can_reply($thread, $forum, $logged_in_user))) {
|
||||
$url = "forum_reply.php?thread=" . $thread->id . "&post=" . $post->id . "#input";
|
||||
echo " ";
|
||||
show_button($url, "Reply", "Post a reply to this message");
|
||||
}
|
||||
echo "</td></tr>";
|
||||
|
|
Loading…
Reference in New Issue