Opened 10 years ago
Closed 10 years ago
#6062 closed defect (bug) (fixed)
Total blog count cache not invalidated when a site is deleted
Reported by: | r-a-y | Owned by: | r-a-y |
---|---|---|---|
Milestone: | 2.2 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Blogs | Keywords: | has-patch commit |
Cc: |
Description
When a site is deleted, the total blog count cache is not invalidated.
Attached patch addresses this.
I've also chosen to mark bp_blogs_format_clear_blog_cache()
as deprecated because it's not a function that will likely be used by developers.
Let me know what you think.
Attachments (2)
Change History (5)
Note: See
TracTickets for help on using
tickets.
Patch looks good. Nice fix.