minor bugfix required
-
On the activity listing in the backend there is a problem for attachments that have not been posted from the current blog. Namely your code relies on bp_get_activity_id() and then uses that id to get $activity_blog_id and switch blogs.
The porblem is bp_get_activity_id() does not return a value on the backend so the switch never occurs leading to broken links
- The topic ‘minor bugfix required’ is closed to new replies.