Opened 15 years ago
Closed 15 years ago
#3488 closed enhancement (fixed)
Fixing the banned user check in bp_get_group_join_button
| Reported by: | sbrajesh | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.5 |
| Component: | Groups | Version: | 1.5 |
| Severity: | trivial | 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Good catch