mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-08-14 19:05:01 -04:00
Revert "Add Session::abort_save() to Kohana."
Obsoleted by upstream fix.
This reverts commit 06f066164f.
This commit is contained in:
@@ -98,10 +98,6 @@ class Session_Database_Driver implements Session_Driver {
|
||||
|
||||
public function write($id, $data)
|
||||
{
|
||||
if (!Session::$should_save) {
|
||||
return true;
|
||||
}
|
||||
|
||||
$data = array
|
||||
(
|
||||
'session_id' => $id,
|
||||
|
||||
Reference in New Issue
Block a user