#18181 closed defect (bug) (fixed)
Plugin Install Thickbox gives notice
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 3.3 | Priority: | normal |
Severity: | normal | Version: | 3.2.1 |
Component: | Warnings/Notices | Keywords: | has-patch commit |
Focuses: | 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)
#1
@
14 years ago
- Keywords has-patch added
The attached diff fixes the issue for me on HEAD and 3.2.1.
#2
@
13 years ago
- Keywords commit added
- Milestone changed from Awaiting Review to 3.3
Let's change that to isset.
Note: See
TracTickets for help on using
tickets.
Check for existance.