瀏覽代碼

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

Jimmy Conner 21 年之前
父節點
當前提交
87e35e61d7
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      plugins/mail_fetch/setup.php

+ 1 - 1
plugins/mail_fetch/setup.php

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