mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 09:06:17 +00:00
Fixing incorrect use of Cache::gc(). It has no parameters for now.
This commit is contained in:
parent
2f1aa0a97f
commit
b3febb483e
1 changed files with 1 additions and 1 deletions
|
@ -89,6 +89,6 @@ class CacheSession implements CakeSessionHandlerInterface {
|
|||
* @access private
|
||||
*/
|
||||
public static function gc($expires = null) {
|
||||
return Cache::gc(Configure::read('Session.handler.config'));
|
||||
return Cache::gc();
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue