Opened 16 years ago
Closed 16 years ago
#296 closed defect (bug) (fixed)
Recent Blog Posts - duplicate entries
Reported by: | gwrey | Owned by: | |
---|---|---|---|
Milestone: | Priority: | minor | |
Severity: | Version: | ||
Component: | Keywords: | ||
Cc: |
Description
BP_Blogs_Post::get_latest_posts()
returns duplicate entries if two different users updated the same post.
Fixed by using DISTINCT in the select
Change History (2)
Note: See
TracTickets for help on using
tickets.
Same here - needs to be committed to trunk
In bp-blogs-classes.php
function get_latest_posts( $blog_id = null, $limit = 5 ) {