diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2009-06-21 18:21:00 -0700 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-06-21 18:21:00 -0700 |
commit | 284fea0870bd0087db168bb2dfca6ae62c1b0849 (patch) | |
tree | 7389db6dcca02a270f015580e5cdf4ebf4fc00d4 /modules | |
parent | 39cf3c2b046b03691937e112268403130508da63 (diff) | |
parent | 49975f10b9982d95b36681be536f3f70fa46dbf4 (diff) |
Merge branch 'master' of git@github.com:gallery/gallery3
Diffstat (limited to 'modules')
-rw-r--r-- | modules/gallery/controllers/file_proxy.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/gallery/controllers/file_proxy.php b/modules/gallery/controllers/file_proxy.php index 1f885e53..0d64bcd9 100644 --- a/modules/gallery/controllers/file_proxy.php +++ b/modules/gallery/controllers/file_proxy.php @@ -112,6 +112,9 @@ class File_Proxy_Controller extends Controller { kohana::show_404(); } + // We don't need to save the session for this request + Session::abort_save(); + // Dump out the image header("Content-Type: $item->mime_type"); Kohana::close_buffers(false); |