Explorar el Código

Minor fix - someone forgot to add $auto_expunge to the global vars list

tassium hace 22 años
padre
commit
35d128adce
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      plugins/delete_move_next/setup.php

+ 1 - 1
plugins/delete_move_next/setup.php

@@ -292,7 +292,7 @@ function delete_move_next_delete() {
 }
 
 function delete_move_next_move() {
-    global $imapConnection, $mailbox;
+    global $imapConnection, $mailbox, $auto_expunge;
 
     if ( !check_php_version(4,1) ) {
         global $_POST;