Opened 18 months ago
Closed 18 months ago
#9171 closed defect (bug) (fixed)
bp_user_has_opted_out() is misused in bp_email_unsubscribe_handler()
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 14.0.0 | Priority: | normal |
| Severity: | normal | Version: | 12.5.0 |
| Component: | Emails | Keywords: | |
| Cc: |
Description
In bp_email_unsubscribe_handler(), bp_user_has_opted_out() is called without passing an email, which must be supplied.
Attachments (1)
Change History (2)
Note: See
TracTickets for help on using
tickets.
Pass email to bp_user_has_opted_out().