From 51f2232dbe62bd348fecd1a0fa15c4c49a6b55be Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 4 Aug 2017 10:25:53 +0800 Subject: [PATCH] ImportMailMessage.php --- ImportMailMessage.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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'])) { -- 2.39.2