#18181 closed defect (bug) (fixed)
Plugin Install Thickbox gives notice
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 3.3 |
| Component: | Warnings/Notices | Version: | 3.2.1 |
| Severity: | normal | Keywords: | has-patch commit |
| Cc: |
Description
The plugin-install code introduced in [9163] does not check for propery existance prior making use of it resulting in notices if properties are not set.
That's exemplary the case with stdClass::$downloaded.
Attachments (1)
Change History (5)
- Keywords has-patch added
The attached diff fixes the issue for me on HEAD and 3.2.1.
- Keywords commit added
- Milestone changed from Awaiting Review to 3.3
Let's change that to isset.
- Owner set to nacin
- Resolution set to fixed
- Status changed from new to closed
In [18586]:
Note: See
TracTickets for help on using
tickets.

Check for existance.