Browse Source

Missing global. We declared all the others, why not this one...

Jimmy Conner 21 years ago
parent
commit
87e35e61d7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      plugins/mail_fetch/setup.php

+ 1 - 1
plugins/mail_fetch/setup.php

@@ -41,7 +41,7 @@
 
         global $data_dir;
         global $mailfetch_server_number;
-        global $mailfetch_cypher;
+        global $mailfetch_cypher, $mailfetch_port_;
         global $mailfetch_server_,$mailfetch_alias_,$mailfetch_user_,$mailfetch_pass_;
         global $mailfetch_lmos_, $mailfetch_uidl_, $mailfetch_login_, $mailfetch_fref_;
         global $PHP_SELF;