mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
Fix __startSession being called after method rename to _startSession.
This commit is contained in:
parent
34a6808d5d
commit
b60b077056
1 changed files with 1 additions and 1 deletions
|
@ -215,7 +215,7 @@ class CakeSession {
|
|||
}
|
||||
session_write_close();
|
||||
self::__initSession();
|
||||
self::$_started = self::__startSession();
|
||||
self::$_started = self::_startSession();
|
||||
return self::started();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue