mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
Fix $host not being defined on SessionHelper.
This commit is contained in:
parent
ec3f4b8d34
commit
abefca759a
1 changed files with 7 additions and 0 deletions
|
@ -123,6 +123,13 @@ class CakeSession extends Object {
|
|||
* @access protected
|
||||
*/
|
||||
var $_started = false;
|
||||
/**
|
||||
* Hostname
|
||||
*
|
||||
* @var string
|
||||
* @access public
|
||||
*/
|
||||
var $host = null;
|
||||
/**
|
||||
* Constructor.
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue