#583 closed defect (fixed)
Typo in bb-includes/akismet.php causes error when making someone a bozo
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | lowest | Milestone: | 0.8.1 |
| Component: | Administration | Version: | 0.8 |
| Severity: | minor | Keywords: | bozo akismet.php |
| Cc: |
Description
See http://bbpress.org/forums/topic/723?replies=5#post-4374
this line in bb-includes/akismet.php contains a typo:
http://trac.bbpress.org/browser/trunk/bb-includes/akismet.php#L79
current:
comment_author' => get_user_name( $user-ID ),
corrected:
comment_author' => get_user_name( $user->ID ),
Causes the following error when marking someone a bozo:
Fatal error: Unsupported operand types in bb-includes/akismet.php on line 79
Change History (2)
Note: See
TracTickets for help on using
tickets.
(In [707]) fix akismet call. Fixes #583 props chrishajer. attribute_escape()