Ticket #1313 (closed defect: fixed)
Wrong looping through terms objects
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.0.3 |
| Component: | Back-end | Version: | 1.1-alpha |
| Severity: | major | Keywords: | foreach, terms, filters |
| Cc: |
Description
Objects are passed by reference, so we may use foreach to iterate.
If I filter terms and remove first one then no terms will be passes through _bb_make_tag_compat function.
Patch attached
Attachments
Change History
-
attachment
bbpress-terms-filter-foreach-fix.diff
added
comment:1
chrishajer — 19 months ago
- Status changed from new to closed
- Resolution set to fixed
Note: See
TracTickets for help on using
tickets.
patch to fix the problem