mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-07-11 17:53:50 -04:00
Revert "Add Session::abort_save() to Kohana."
Obsoleted by upstream fix.
This reverts commit 06f066164f.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user