Changes between Initial Version and Version 1 of Ticket #6597, comment 4
- Timestamp:
- 08/24/2015 08:00:45 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #6597, comment 4
initial v1 9 9 Our patches in this ticket are both trying to work around the hook-firing issue, which to me sounds wrong. 10 10 11 Ugly as it may sound, reverting r9811 might be the best course of action.11 Ugly as it may sound, reverting back to `groups_uninvite_user()` from r9811 might be the best course of action. 12 12 13 13 Or perhaps we change the `groups_remove_member()` call to `BP_Groups_Member::remove_invite()`, as the static method will bypass another hook.