ImportMailMessage.php
authorAlan Knowles <alan@roojs.com>
Fri, 4 Aug 2017 02:25:53 +0000 (10:25 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 4 Aug 2017 02:25:53 +0000 (10:25 +0800)
ImportMailMessage.php

index 2e17207..d53e860 100644 (file)
@@ -18,14 +18,14 @@ class Pman_Core_ImportMailMessage extends Pman_Core_ConvertStyle
         return true;
     }
     
-    function get()
+    function get($v, $opts=array())
     {
         $this->post();
         
         return $this->jerr("not allowed");
     }
     
-    function post()
+    function post($v)
     {   
         if(isset($_REQUEST['_convertToPlain']))
         {