#3424 closed defect (bug) (no action required)
Error in function "bp_get_send_private_message_link"
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | 1.5 | Priority: | normal |
| Severity: | major | Version: | |
| Component: | Messages | Keywords: | |
| Cc: |
Description
This function is using the variable "$bp->displayed_user->user_id", but this variable does not exist.
If I'm not mistaken should worn "$bp->displayed_user->id".
Change History (2)
Note: See
TracTickets for help on using
tickets.
This was fixed in the BP trunk in r3365. Thanks for the report!