Opened 16 years ago
Closed 16 years ago
#1472 closed defect (bug) (fixed)
bp_core_boot_spammer fails to return auth_obj
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | 1.2 | Priority: | major |
| Severity: | Version: | ||
| Component: | Keywords: | security, login, has-patch | |
| Cc: |
Description
The 'authenticate' hook is a filter, so any implementing functions must return the object at the end. bp_core_boot_spammer fails to do so, breaking other plugins that also use this hook.
Simple patch attached.
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
(In [2200]) Fixes #1472 props willnorris