Skip to:
Content

BuddyPress.org

Changes between Initial Version and Version 1 of Ticket #6597, comment 4


Ignore:
Timestamp:
08/24/2015 08:00:45 PM (9 years ago)
Author:
r-a-y
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6597, comment 4

    initial v1  
    99Our patches in this ticket are both trying to work around the hook-firing issue, which to me sounds wrong.
    1010
    11 Ugly as it may sound, reverting r9811 might be the best course of action.
     11Ugly as it may sound, reverting back to `groups_uninvite_user()` from r9811 might be the best course of action.
    1212
    1313Or perhaps we change the `groups_remove_member()` call to `BP_Groups_Member::remove_invite()`, as the static method will bypass another hook.