浏览代码

Bugfix. This should fix the refresh problem.

philippe_mingo 23 年之前
父节点
当前提交
94e2ade769
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      plugins/filters/setup.php

+ 1 - 0
plugins/filters/setup.php

@@ -73,6 +73,7 @@
    }
 
    function filters_special_mailbox( $mb ) {
+       GLOBAL $data_dir, $username;
 
        if ( $mb == getPref($data_dir, $username, 'filters_spam_folder', 'na' ) ) {
            return( TRUE );