소스 검색

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'];
     }