mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
parent
3f778d8936
commit
455787ade9
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@ class DatabaseSession implements CakeSessionHandlerInterface {
|
|||
if (!$expires) {
|
||||
$expires = time();
|
||||
}
|
||||
return $this->_model->deleteAll(array($model->alias . ".expires <" => $expires), false, false);
|
||||
return $this->_model->deleteAll(array($this->_model->alias . ".expires <" => $expires), false, false);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue