Make WordPress Core

Opened 20 years ago

Closed 20 years ago

#3219 closed defect (bug) (fixed)

wp_handle_upload_import() sets mime type to import

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

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 20 years ago.
lame patch for "import" mime type
3219.wp_handle_upload_import.diff (548 bytes ) - added by westi 20 years ago.
Patch to fix wp_handle_upload_import

Download all attachments as: .zip

Change History (4)

@mdawaffe
20 years ago

lame patch for "import" mime type

@westi
20 years ago

Patch to fix wp_handle_upload_import

#1 @westi
20 years ago

  • Keywords has-patch added
  • Milestone2.1
  • Version2.1

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

#2 @ryan
20 years ago

  • Resolutionfixed
  • Status newclosed

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

Note: See TracTickets for help on using tickets.