Opened 12 years ago
Closed 12 years ago
#5023 closed defect (bug) (fixed)
BP_Activity_Activity class method get_sitewide_items_for_feed uses deprecated and deleted function bp_activity_get_sitewide
Reported by: | ericlewis | Owned by: | boonebgorges |
---|---|---|---|
Milestone: | 1.8 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Activity | Keywords: | needs-patch |
Cc: |
Description
This method seems to have been broken since r2168 when bp_activity_get_sitewide() was removed in lieu of bp_activity_get().
Attachments (2)
Change History (4)
Note: See
TracTickets for help on using
tickets.
Huh. It looks like BP doesn't use this method anywhere, which would explain why we have never caught it before.
Can you dig up bp_activity_get_sitewide() and see if it still works? If so, we can just properly deprecate it, and call it good enough. Otherwise the method will have to be rewritten to use our current functions.