X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FCore%2FSession.php;h=75936e7f94127d7d6e3e73f743f7dbc86d72431c;hb=9b4187927260c8a902bf5f021fcba57cbc124a84;hp=762795a1185f0103ae4d871984849021be9a8763;hpb=727981f3bf92b11c54d758747acf9e7da9d0b703;p=civicrm-core.git diff --git a/CRM/Core/Session.php b/CRM/Core/Session.php index 762795a118..75936e7f94 100644 --- a/CRM/Core/Session.php +++ b/CRM/Core/Session.php @@ -1,27 +1,11 @@ sessionID) { + $this->_session = NULL; + $this->sessionID = $sid; + } // lets initialize the _session variable just before we need it // hopefully any bootstrapping code will actually load the session from the CMS if (!isset($this->_session)) {