From 5f35812b84418932daa125e5ccaf23946153cfab Mon Sep 17 00:00:00 2001 From: edward Date: Mon, 18 Jul 2016 16:41:23 +0800 Subject: [PATCH] MessagePreview.php --- MessagePreview.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/MessagePreview.php b/MessagePreview.php index c57a8cf7..e161538c 100644 --- a/MessagePreview.php +++ b/MessagePreview.php @@ -89,6 +89,8 @@ class Pman_Core_MessagePreview extends Pman $this->jerr("{$method} does not exists in {$cls}"); } + $content = $x->{$method}($this, $this->authUser); + print_R($content);exit; } } -- 2.39.2