Opened 14 years ago
Closed 14 years ago
#20441 closed defect (bug) (fixed)
Notice: Undefined property: stdClass::$response in wp-admin/includes/plugin-install.php
| Reported by: | ampt | Owned by: | nacin |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.4 |
| Component: | Warnings/Notices | Version: | 3.4 |
| Severity: | minor | Keywords: | has-patch |
| Cc: | Focuses: |
Description
When searching for a new plugin to install on the /wp-admin/plugin-install.php and there are no plugin updates available $update_plugins->response is not set.
var_dump:
object(stdClass)[302] public 'last_checked' => int 1334370347
The attached patch checks to see if response is set before continuing.
Attachments (1)
Change History (4)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
In [20490]: