Opened 12 years ago
Closed 12 years ago
#4572 closed defect (bug) (fixed)
Cache not deleting when modifying group data.
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | 1.7 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Groups | Keywords: | needs-patch |
Cc: |
Description
I have noticed that you instantiate group objects using the function groups_get_group()
and the cache key inside that function has _load_users
or _noload_users
. However on your save()
and delete()
functions in the BP_Groups_Group object, these cache keys aren't deleted. Only the old cache key (bp_groups_group_N
) is deleted.
Change History (3)
Note: See
TracTickets for help on using
tickets.
Good catch