mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Removing duplicate method call.
This commit is contained in:
parent
45dab88180
commit
2b3099fa70
1 changed files with 0 additions and 2 deletions
|
@ -130,8 +130,6 @@ class DatabaseSession implements CakeSessionHandlerInterface {
|
|||
* @access private
|
||||
*/
|
||||
public function gc($expires = null) {
|
||||
$model = ClassRegistry::getObject('Session');
|
||||
|
||||
if (!$expires) {
|
||||
$expires = time();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue