Opened 17 years ago
Last modified 17 years ago
#482 closed Defect
Forum Thread errors — at Version 1
Reported by: | tstrunk | Owned by: | davea |
---|---|---|---|
Priority: | Minor | Milestone: | Undetermined |
Component: | Web - Forums | Version: | |
Keywords: | Cc: |
Description (last modified by )
Rev. 14224 gives some error messages if you reply on the forums.
if (can_reply($thread, $logged_in_user)) { should be: if (can_reply($thread, $forum, $logged_in_user)) {
if (($controls == FORUM_CONTROLS) && (can_reply($thread, $logged_in_user))) { should be: if (($controls == FORUM_CONTROLS) && (can_reply($thread, $forum, $logged_in_user))) {
Note: See
TracTickets for help on using
tickets.
Format and link to files.