Opened 7 years ago

Closed 6 years ago

#3219 closed defect (bug) (fixed)

wp_handle_upload_import() sets mime type to import

Reported by: mdawaffe Owned by: anonymous
Priority: normal Milestone: 2.1
Component: Administration Version: 2.1
Severity: normal Keywords: has-patch
Cc:

Description

This is obnoxious. I don't know what the fix is, but here's a patch for the thumbnail displaying engine which currently balks at this mime type.

Attachments (2)

3219.diff (1.2 KB) - added by mdawaffe 7 years ago.
lame patch for "import" mime type
3219.wp_handle_upload_import.diff (548 bytes) - added by westi 7 years ago.
Patch to fix wp_handle_upload_import

Download all attachments as: .zip

Change History (4)

lame patch for "import" mime type

westi7 years ago

Patch to fix wp_handle_upload_import

  • Keywords has-patch added
  • Milestone set to 2.1
  • Version set to 2.1

Attached patch works with mdawaffe's patch to fix the cause of the issue.

comment:2   ryan6 years ago

  • Resolution set to fixed
  • Status changed from new to closed

(In [4552]) Don't use 'import' as a mime type. Props mdawaffe and westi. fixes #3219

Note: See TracTickets for help on using tickets.