#3425 closed defect (bug) (no action required)
Error in function "bp_get_send_public_message_link"
| Reported by: | mortay | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.5 |
| Component: | Activity | Version: | |
| Severity: | major | 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
This was fixed in the BP trunk in r3365. Thanks for the report!