Fix $host not being defined on SessionHelper.

This commit is contained in:
predominant 2010-03-26 22:51:58 +11:00
parent ec3f4b8d34
commit abefca759a

View file

@ -123,6 +123,13 @@ class CakeSession extends Object {
* @access protected
*/
var $_started = false;
/**
* Hostname
*
* @var string
* @access public
*/
var $host = null;
/**
* Constructor.
*