From: philippe_mingo Date: Sat, 2 Feb 2002 02:54:51 +0000 (+0000) Subject: Bugfix. This should fix the refresh problem. X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=db165a14a8f87755ca8e81db264a9f2604625fd5;p=squirrelmail.git Bugfix. This should fix the refresh problem. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2339 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/plugins/filters/setup.php b/plugins/filters/setup.php index efa1cab9..22ec246d 100644 --- a/plugins/filters/setup.php +++ b/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 );