flag_friend_user_cancel() needs to delete not just the entries for the deleted user's friends, but also all occurrences of the deleted user on others' friend lists.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | patch_commit_69b57703f781.patch | 1.44 KB | moonray |
| #1 | flag_friends-issue-1203666.patch | 742 bytes | moonray |
Comments
Comment #1
moonray commentedAnd here's a patch that'll fix the logic.
Comment #2
moonray commentedLet's add an update function to delete existing flag_friend data from canceled accounts.
Comment #3
miklAnother good catch, should be merged.
Comment #4
sirkitree commentedCommitted: http://drupalcode.org/project/flag_friend.git/commitdiff/8c5c031bee8ab44...
Thank you.