From f6313cc532f557e682987c713ff80ef152cf6bb4 Mon Sep 17 00:00:00 2001 From: edward Date: Wed, 7 Jun 2017 16:38:25 +0800 Subject: [PATCH] Mailer.php --- Mailer.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Mailer.php b/Mailer.php index 596ff9cd..65a697c0 100644 --- a/Mailer.php +++ b/Mailer.php @@ -159,6 +159,7 @@ class Pman_Core_Mailer { $htmlbody = false; $html_tmp_opts = $tmp_opts; $htmltemplate = new HTML_Template_Flexy( $html_tmp_opts ); + print_r($htmltemplate);exit; if (is_string($htmltemplate->resolvePath('mail/'.$templateFile.'.body.html')) ) { // then we have a multi-part email... -- 2.39.2