Opened 17 years ago
Closed 17 years ago
#482 closed Defect (fixed)
Forum Thread errors
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))) {
Change History (2)
comment:1 Changed 17 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 17 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Format and link to files.