Skip to content

Commit

Permalink
Fix $host not being defined on SessionHelper.
Browse files Browse the repository at this point in the history
  • Loading branch information
predominant committed Mar 26, 2010
1 parent ec3f4b8 commit abefca7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions cake/libs/session.php
Expand Up @@ -123,6 +123,13 @@ class CakeSession extends Object {
* @access protected
*/
var $_started = false;
/**
* Hostname
*
* @var string
* @access public
*/
var $host = null;
/**
* Constructor.
*
Expand Down

0 comments on commit abefca7

Please sign in to comment.