Opened 5 months ago
Closed 5 months ago
#9171 closed defect (bug) (fixed)
bp_user_has_opted_out() is misused in bp_email_unsubscribe_handler()
Reported by: | dcavins | Owned by: | DJPaul |
---|---|---|---|
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().