Skip to:
Content

bbPress.org

Opened 14 years ago

Closed 14 years ago

#1511 closed defect (bug) (fixed)

Topics created query returning incorrect results

Reported by: johnjamesjacoby's profile johnjamesjacoby Owned by:
Milestone: 2.0 Priority: high
Severity: major Version:
Component: Component - Topics Keywords: has-patch
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-patch added

@cnorris23
14 years ago

#2 @cnorris23
14 years ago

  • Keywords has-patch added; needs-patch 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.