#22532 closed defect (bug) (fixed)
It is assumed that a mime type has a minimum of two parts when splitted by "/"
Reported by: | Chouby | Owned by: | ryan |
---|---|---|---|
Milestone: | 3.5 | Priority: | low |
Severity: | normal | Version: | 3.5 |
Component: | Media | Keywords: | has-patch |
Focuses: | Cc: |
Description (last modified by )
While testing the version 3.5-beta3-22734, I got the following notice (due to an attachment created without media file):
PHP Notice: Undefined offset: 1 in /wp-includes/media.php on line 1242
The line is:
list( $type, $subtype ) = explode( '/', $attachment->post_mime_type );
See also: #22186
Attachments (1)
Change History (5)
Note: See
TracTickets for help on using
tickets.
Yeah, we should avoid making this assumption.