X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fsession.php;h=355d77307ae34aeb4b7a6649782b5b9ac78f71a6;hb=72f7e9ed8975d7fb4f2ebeb48dd43c896289a57b;hp=aa22eacdc545458fc46da54dd343a9890c333e52;hpb=cd7d344ea7007cfa20413acd3e03e50f0ab86d86;p=mailer.git diff --git a/inc/session.php b/inc/session.php index aa22eacdc5..355d77307a 100644 --- a/inc/session.php +++ b/inc/session.php @@ -50,10 +50,10 @@ if (isExtensionInstalledAndNewer('sql_patches', '0.5.3')) { } // END - if // Is a session id there? -if (!isSessionValid()) { +if (!isValidSession()) { // Start the session $GLOBALS['valid_session'] = session_start(); - $GLOBALS['isSessionValid'] = TRUE; + $GLOBALS['isValidSession'] = TRUE; } // END - if // Load language file(s)