Opened 14 years ago
Closed 14 years ago
#3488 closed enhancement (fixed)
Fixing the banned user check in bp_get_group_join_button
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | 1.5 | Priority: | normal |
Severity: | trivial | Version: | 1.5 |
Component: | Groups | Keywords: | has-patch |
Cc: | sbrajesh |
Description
bp_get_group_join_button uses bp_group_is_user_banned but does not passes the group as arguement to bp_group_is_user_banned.
It will work perfectly within the group loop but outsite the group loop the function bp_get_group_join_button will not work as expected.
here is a patch attached to fix.
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
Good catch