mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-08-05 14:40:44 -04:00
"Content-type" --> "Content-Type".
This commit is contained in:
@@ -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");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user