浏览代码

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;