소스 검색

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

tassium 22 년 전
부모
커밋
35d128adce
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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;