Opened 12 years ago
Closed 12 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 |
|---|---|---|---|
| Priority: | normal | Milestone: | 2.2 |
| Component: | Blogs | Version: | |
| Severity: | normal | 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Patch looks good. Nice fix.