Skip to:
Content

BuddyPress.org

Opened 14 years ago

Closed 14 years ago

#3062 closed defect (bug) (fixed)

Components page throws error

Reported by: johnpbloch's profile johnpbloch Owned by: johnpbloch's profile johnpbloch
Milestone: 1.5 Priority: normal
Severity: Version: 1.5
Component: Core Keywords: has-patch
Cc:

Description

As of r4023, the components page throws a notice in the admin:

Notice: Trying to get property of non-object in /var/www/vhosts/avendimedia.net/subdomains/msintra/httpdocs/wp-content/plugins/buddypress/bp-core/admin/bp-core-admin.php on line 336

This is because we're not checking the properties before we use them on line 336. Patch on its way.

Attachments (1)

3062.patch (538 bytes) - added by johnpbloch 14 years ago.
Check if the property we're using is set before we use it.

Download all attachments as: .zip

Change History (5)

@johnpbloch
14 years ago

Check if the property we're using is set before we use it.

#1 @johnpbloch
14 years ago

  • Keywords has-patch added

#2 @DJPaul
14 years ago

  • Milestone changed from Awaiting Review to 1.3

#3 @DJPaul
14 years ago

This was fixed in r4031, props johnpbloch

#4 @DJPaul
14 years ago

  • Resolution set to fixed
  • Status changed from new to closed
Note: See TracTickets for help on using tickets.