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: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 3.4 | Priority: | normal |
| Severity: | minor | Version: | 3.4 |
| Component: | Warnings/Notices | Keywords: | has-patch |
| Focuses: | Cc: |
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.
In [20490]: