mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-09-03 01:52:40 +00:00
parent
572ca1458b
commit
577e1b089f
6 changed files with 8 additions and 15 deletions
|
@ -83,7 +83,7 @@ class CacheSession implements CakeSessionHandlerInterface {
|
|||
* @return bool Success
|
||||
*/
|
||||
public function gc($expires = null) {
|
||||
return (bool)Cache::gc(Configure::read('Session.handler.config'), $expires);
|
||||
return Cache::gc(Configure::read('Session.handler.config'), $expires);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue