Bläddra i källkod

same fix as stable

tokul 21 år sedan
förälder
incheckning
c0945deb91
1 ändrade filer med 1 tillägg och 2 borttagningar
  1. 1 2
      src/redirect.php

+ 1 - 2
src/redirect.php

@@ -173,8 +173,7 @@ function attachment_common_parse($str, $debug) {
             $attachment_common_types[$val] = true;
         }
     }
-    $_SESSION['attachment_common_types'] = $attachment_common_types;
+    sqsession_register($attachment_common_types, 'attachment_common_types');
 }
 
-
 ?>