Explorar o código

E_ALL fix for mail_fetch

jangliss %!s(int64=22) %!d(string=hai) anos
pai
achega
56e429d7d6
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  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'];
     }