Explorar el Código

Bugfix. This should fix the refresh problem.

philippe_mingo hace 23 años
padre
commit
94e2ade769
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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 );