Opened 15 years ago
Closed 15 years ago
#3062 closed defect (bug) (fixed)
Components page throws error
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| 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)
Change History (5)
Note: See
TracTickets for help on using
tickets.
Check if the property we're using is set before we use it.