﻿id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
17256,Image-error in Multisite (subdir),dvwallin,ryan,"When setting up a multisite-network using subdirectory-method in Wordpress 3.1.x images get the wrong encoding and doesn't show up anywhere.

This is due to the header-setting being wrong in ms-files.php where, to solve the issue, you simply replace

header( 'Content-type: ' . $mimetype ); // always send this

with

header(""Content-Type: $mimetype""); // always send this",defect (bug),closed,normal,3.2,Multisite,3.1,normal,fixed,has-patch,
