Skip to:
Content

bbPress.org

Opened 11 years ago

Closed 11 years ago

#2476 closed defect (bug) (fixed)

Anonymous posting author URL

Reported by: netweb's profile netweb Owned by: johnjamesjacoby's profile johnjamesjacoby
Milestone: 2.5 Priority: normal
Severity: normal Version: 2.4.1
Component: API - Anonymous Posting Keywords: has-patch
Cc:

Description

Repro

  • Enable anonymous posting
  • Create a new topic (or reply)
  • Form is auto filled with 'Array' in 'Website' textarea

Fix: Use correct array variable name in bbp_get_current_anonymous_user_data

Patch changes website to url in /users/functions.php#L92

Alternate option, change url to website in /users/template.php#L778

Attachments (1)

2476.diff (512 bytes) - added by netweb 11 years ago.

Download all attachments as: .zip

Change History (4)

@netweb
11 years ago

#1 @johnjamesjacoby
11 years ago

  • Milestone changed from Awaiting Review to 2.5

#2 @johnjamesjacoby
11 years ago

In 5185:

Use correct anonymous post data array indexes in akismet.php. See #2476.

#3 @johnjamesjacoby
11 years ago

  • Owner set to johnjamesjacoby
  • Resolution set to fixed
  • Status changed from new to closed

In 5187:

Use correct array variable name in bbp_get_current_anonymous_user_data(). Fixes #2476. Props netweb.

Note: See TracTickets for help on using tickets.