summaryrefslogtreecommitdiff
path: root/modules/gallery/controllers/file_proxy.php
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2010-08-09 22:51:14 -0700
committerBharat Mediratta <bharat@menalto.com>2010-08-09 22:51:14 -0700
commitf0d8aef0ead373f310c59c665f8973264815e784 (patch)
tree8dafb65b0bd8177f5aee225fde6d4e1ee66b532e /modules/gallery/controllers/file_proxy.php
parentd5dbd1677ffdc141823066e98fb5bb3842b0263c (diff)
"Content-type" --> "Content-Type".
Diffstat (limited to 'modules/gallery/controllers/file_proxy.php')
-rw-r--r--modules/gallery/controllers/file_proxy.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery/controllers/file_proxy.php b/modules/gallery/controllers/file_proxy.php
index 15b4279f..d4e0d4c7 100644
--- a/modules/gallery/controllers/file_proxy.php
+++ b/modules/gallery/controllers/file_proxy.php
@@ -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");
}