From a35e43589e7bcf94d42d5ab59ecac6946041b28b Mon Sep 17 00:00:00 2001 From: stekkel Date: Wed, 16 Oct 2002 15:25:31 +0000 Subject: [PATCH] no comment :-( git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@3880 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/redirect.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/redirect.php b/src/redirect.php index 31e1ab6e..c5709743 100644 --- a/src/redirect.php +++ b/src/redirect.php @@ -165,7 +165,7 @@ if ($javascript_setting != SMPREF_JS_ON){ setPref($data_dir, $username, 'javascript_on', $js_pref); /* Compute the URL to forward the user to. */ - if (isset($_SESSION['session_expired_location']) { + if (isset($_SESSION['session_expired_location'])) { $session_expired_location= $_SESSION['session_expired_location']; } else { $session_expired_location=false; -- 2.25.1