Przeglądaj źródła

no & encoding in redirect url please

Thijs Kinkhorst 18 lat temu
rodzic
commit
28bb1ee05f
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/search.php

+ 1 - 1
src/search.php

@@ -1394,7 +1394,7 @@ if (isset($aMailbox['FORWARD_SESSION'])) {
         session_write_close();
         // we have to redirect to the compose page
         $location = SM_PATH . 'src/compose.php?mailbox='. urlencode($mailbox).
-                    '&session='.$aMailbox['FORWARD_SESSION'];
+                    '&session='.$aMailbox['FORWARD_SESSION'];
         header("Location: $location");
         exit;
     }