From 0b0fc2678b3e967078e3eb48c0983c6d926e3b8d Mon Sep 17 00:00:00 2001 From: edward Date: Mon, 18 Jul 2016 16:40:34 +0800 Subject: [PATCH] MessagePreview.php --- MessagePreview.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/MessagePreview.php b/MessagePreview.php index 82cbfad3..df5ca571 100644 --- a/MessagePreview.php +++ b/MessagePreview.php @@ -84,12 +84,11 @@ class Pman_Core_MessagePreview extends Pman $x = new $cls; $method = "test_{$core_email->name}"; - + $this->jerr("{$method} does not exists in {$cls}"); if(!method_exists($x, $method)){ $this->jerr("{$method} does not exists in {$cls}"); } - $x-> } } -- 2.39.2