From: Alan Knowles Date: Fri, 4 Aug 2017 02:25:53 +0000 (+0800) Subject: ImportMailMessage.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=51f2232dbe62bd348fecd1a0fa15c4c49a6b55be ImportMailMessage.php --- diff --git a/ImportMailMessage.php b/ImportMailMessage.php index 2e172077..d53e860a 100644 --- a/ImportMailMessage.php +++ b/ImportMailMessage.php @@ -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'])) {