mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-08-05 06:31:35 -04:00
Revert "Add Session::abort_save() to Kohana."
Obsoleted by upstream fix.
This reverts commit 06f066164f.
This commit is contained in:
@@ -27,9 +27,6 @@ class Session_Core {
|
||||
// Input library
|
||||
protected $input;
|
||||
|
||||
// Automatically save the session by default
|
||||
public static $should_save = true;
|
||||
|
||||
/**
|
||||
* Singleton instance of Session.
|
||||
*/
|
||||
@@ -458,14 +455,4 @@ class Session_Core {
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Do not save this session.
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function abort_save() {
|
||||
Session::$should_save = false;
|
||||
|
||||
}
|
||||
|
||||
} // End Session Class
|
||||
|
||||
Reference in New Issue
Block a user