Skip to:
Content

bbPress.org

#1511 closed defect (bug) (fixed)

Topics created query returning incorrect results

Reported by:johnjamesjacoby's profile johnjamesjacobyOwned by:
Milestone:2.0Priority:high
Severity:majorVersion:
Component:Component - TopicsKeywords:has-
Cc:

Description

Example: http://testbp.org/discussion/users/johnjamesjacoby/

Looks like the functions and filters are interfering with each other. Should be an easy'ish fix if anyone has the time to take a stab at it.

Attachments (1)

1511.001.diff (1.5 KB) - added by cnorris23 14 years ago.

Download all attachments as: .zip

Change History (4)

#1 @johnjamesjacoby
14 years ago

  • Keywords needs- added

#2 @cnorris23
14 years ago

  • Keywords has- added; needs- removed

Easy fix, but took sometime to track down. The 'post_author' query_var doesn't exist, and instead should just be 'author'. I've done a code search and think I caught the other instances (only 4 total).

Last edited 14 years ago by cnorris23 (previous) (diff)

#3 @johnjamesjacoby
14 years ago

  • Resolution set to fixed
  • Status changed from new to closed

(In [3116]) Replace incorrect query args ('post_author' with correct 'author'.) Fixes #1511. Props cnorris23.

Note: See TracTickets for help on using tickets.