Revert "Add Session::abort_save() to Kohana."

Obsoleted by upstream fix.

This reverts commit 06f066164f.
This commit is contained in:
Bharat Mediratta
2009-06-30 20:47:51 -07:00
parent 0b34ec4e8b
commit 666c807fcc
3 changed files with 0 additions and 20 deletions

View File

@@ -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);