Browse Source

same fix as stable

tokul 21 years ago
parent
commit
c0945deb91
1 changed files with 1 additions and 2 deletions
  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');
 }
 
-
 ?>