Opened 16 years ago
Closed 16 years ago
#10050 closed defect (bug) (fixed)
unset variable case
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | 2.8 | Priority: | normal |
Severity: | normal | Version: | 2.8 |
Component: | Media | Keywords: | has-patch tested |
Focuses: | Cc: |
Description
In the media code to retrieve a icon for a media-type, there exists a rare case where $src can be unset (when $icon is false), attached patch initializes variable first.
Attachments (1)
Change History (2)
Note: See
TracTickets for help on using
tickets.
(In [11529]) Initialize var. Props dd32. fixes #10050