Explorar el Código

no comment :-(

stekkel hace 23 años
padre
commit
c819814bd1
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/redirect.php

+ 1 - 1
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;