Browse Source

Bugfix. This should fix the refresh problem.

philippe_mingo 23 năm trước cách đây
mục cha
commit
94e2ade769
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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 );