"Content-type" --> "Content-Type".

This commit is contained in:
Bharat Mediratta
2010-08-09 22:51:14 -07:00
parent d5dbd1677f
commit f0d8aef0ea
+1 -1
View File
@@ -127,7 +127,7 @@ class File_Proxy_Controller extends Controller {
// Dump out the image. If the item is a movie, then its thumbnail will be a JPG.
if ($item->is_movie() && $type != "albums") {
header("Content-type: image/jpeg");
header("Content-Type: image/jpeg");
} else {
header("Content-Type: $item->mime_type");
}