fix globals set check

This commit is contained in:
Clemens Schwaighofer
2017-07-28 18:08:17 +09:00
parent dc94fa1cd5
commit 13a7900bd6

View File

@@ -312,7 +312,7 @@
if (!session_id())
{
// 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
$this->session_name = SET_SESSION_NAME;