Opened 11 years ago
Closed 11 years ago
#6079 closed defect (bug) (fixed)
Getting the total friend count twice in the Group invite template
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 2.2 | Priority: | normal |
| Severity: | normal | Version: | |
| Component: | Groups | Keywords: | has-patch commit |
| Cc: |
Description (last modified by )
in BP_Groups_Invite_Template->the_invite(), we are using BP_Friends_Friendship::total_friend_count( $user_id ) twice for the same variable. I suggest to remove the extra one.
Attachments (1)
Change History (5)
Note: See
TracTickets for help on using
tickets.
Good catch! :)