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