Pārlūkot izejas kodu

all that work to fix compose in new, and I busted compose in regular.. ;)
get changed to post by default (which it was before..)

Yeesh.

Thanks, Seth. I tested every other variation last night, it seems -
but missed this one. Sorry.

Erin Schnabel 21 gadi atpakaļ
vecāks
revīzija
dd781cf589
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. 2 2
      src/read_body.php

+ 2 - 2
src/read_body.php

@@ -623,14 +623,14 @@ function formatMenubar($mailbox, $passed_id, $passed_ent_id, $message, $mbx_resp
     // Start form for reply/reply all/forward.. 
     $target = '';
     $on_click='';
-    $method='method="get" ';
+    $method='method="post" ';
     if ($compose_new_win == '1') {
         if ( $javascript_on ) {
           $on_click=' onclick="comp_in_new_form(\''.$comp_uri.'\', this, this.form)"';
           $comp_uri = 'javascript:void(0)';
+          $method='method="get" ';
         } else {
           $target = 'target="_blank"';
-          $method='method="post" ';
         }
     }