From b007410e8c324b5fda8c6d9d920a7850085957cf Mon Sep 17 00:00:00 2001 From: edward Date: Tue, 19 Jul 2016 11:07:57 +0800 Subject: [PATCH] MessagePreview.php --- MessagePreview.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MessagePreview.php b/MessagePreview.php index b31bb566..310bde57 100644 --- a/MessagePreview.php +++ b/MessagePreview.php @@ -88,7 +88,7 @@ class Pman_Core_MessagePreview extends Pman if(!method_exists($x, $method)){ $this->jerr("{$method} does not exists in {$cls}"); } -// 'HYDRA_INVOICE' + $content = $x->{$method}($this, $this->authUser); $sent = $core_email->send($content); -- 2.39.2