浏览代码

E_ALL fix for mail_fetch

jangliss 22 年之前
父节点
当前提交
56e429d7d6
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      plugins/mail_fetch/options.php

+ 3 - 0
plugins/mail_fetch/options.php

@@ -26,6 +26,9 @@ require_once(SM_PATH . 'include/load_prefs.php');
     if(isset($_POST['mf_cypher'])) {
         $mf_cypher = $_POST['mf_cypher'];
     }
+    else {
+        $mf_cyper = '';
+    }
     if(isset($_POST['mf_sn'])) {
         $mf_sn = $_POST['mf_sn'];
     }