no comment :-(
authorstekkel <stekkel@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Wed, 16 Oct 2002 15:25:31 +0000 (15:25 +0000)
committerstekkel <stekkel@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Wed, 16 Oct 2002 15:25:31 +0000 (15:25 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@3880 7612ce4b-ef26-0410-bec9-ea0150e637f0

src/redirect.php

index 31e1ab6e1e6cf34715ae578a2a9311d5c29d99e5..c570974339cc64f775ab5273f7ff92268fbf3da3 100644 (file)
@@ -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;