fix globals set check
This commit is contained in:
@@ -312,7 +312,7 @@
|
|||||||
if (!session_id())
|
if (!session_id())
|
||||||
{
|
{
|
||||||
// check if we have an external session name given, else skip this step
|
// check if we have an external session name given, else skip this step
|
||||||
if (isset(SET_SESSION_NAME))
|
if (isset($GLOBALS['SET_SESSION_NAME']))
|
||||||
{
|
{
|
||||||
// set the session name for possible later check
|
// set the session name for possible later check
|
||||||
$this->session_name = SET_SESSION_NAME;
|
$this->session_name = SET_SESSION_NAME;
|
||||||
|
|||||||
Reference in New Issue
Block a user