Ticket #1131 (closed defect: invalid)
Kakumei theme uses $bb_post to refer to a topic object
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Administration | Version: | |
| Severity: | normal | Keywords: | |
| Cc: |
Description
I think the second foreach loop on search.php in the templates is dealing with topic objects, but it calls them $bb_post which if true is misleading. The attached patch changes the var name to $bb_topic
Attachments
Change History
simonwheatley — 3 years ago
-
attachment
search-should-use-topics-kakumei.diff
added
Note: See
TracTickets for help on using
tickets.
Convert var name of second loop to $bb_topic