diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-06-30 20:47:51 -0700 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-06-30 20:47:51 -0700 |
commit | 666c807fccf4f360fac667e9a7ab6b7e560b3a6c (patch) | |
tree | cc6f193ee5700d39f75904a38764f355d95053a2 /modules | |
parent | 0b34ec4e8b1f97db0dc6807bdb3a5ece8e1b83e4 (diff) |
Revert "Add Session::abort_save() to Kohana."
Obsoleted by upstream fix.
This reverts commit 06f066164f60fe0babbc7a480e6319a0702e0c46.
Diffstat (limited to 'modules')
-rw-r--r-- | modules/gallery/controllers/file_proxy.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/modules/gallery/controllers/file_proxy.php b/modules/gallery/controllers/file_proxy.php index 0d64bcd9..1f885e53 100644 --- a/modules/gallery/controllers/file_proxy.php +++ b/modules/gallery/controllers/file_proxy.php @@ -112,9 +112,6 @@ 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); |