Opened 10 years ago
Closed 10 years ago
#6079 closed defect (bug) (fixed)
Getting the total friend count twice in the Group invite template
Reported by: | imath | Owned by: | imath |
---|---|---|---|
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! :)