Browse Source

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

Jimmy Conner 21 năm trước cách đây
mục cha
commit
87e35e61d7
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;