#1271 closed defect (bug) (fixed)
bb_no_where hook should not be used on get_thread_where
Reported by: | mdawaffe | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 1.0.1 |
Component: | Back-end | Keywords: | |
Cc: |
Description
It removes the WHERE topic_id = $topic_id condition, which means it returns all posts.
Change History (2)
Note: See
TracTickets for help on using
tickets.
(In [2425]) never use bb_no_where() on get_thread_where hook. Fixes #1271