Selaa lähdekoodia

Fixes forwarding messages when not using server side sorting (undefined variable)

Jimmy Conner 22 vuotta sitten
vanhempi
commit
812d233505
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      src/move_messages.php

+ 1 - 1
src/move_messages.php

@@ -50,7 +50,7 @@ function putSelectedMessagesIntoString($msg) {
 }
 }
 
 
 function attachSelectedMessages($msg, $imapConnection) {
 function attachSelectedMessages($msg, $imapConnection) {
-    global $username, $attachment_dir,  
+    global $username, $attachment_dir, $startMessage,
            $data_dir, $composesession, $uid_support,
            $data_dir, $composesession, $uid_support,
 	   $msgs, $thread_sort_messages, $allow_server_sort, $show_num,
 	   $msgs, $thread_sort_messages, $allow_server_sort, $show_num,
 	   $compose_messages;
 	   $compose_messages;