From 9737301869c29333b69581a5ee6eec5832c917fe Mon Sep 17 00:00:00 2001 From: edward Date: Mon, 26 Mar 2018 17:13:11 +0800 Subject: [PATCH] Mailer.php --- Mailer.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Mailer.php b/Mailer.php index 5fa0108c..700fd179 100644 --- a/Mailer.php +++ b/Mailer.php @@ -494,6 +494,7 @@ class Pman_Core_Mailer { function htmlbodySetClass($html, $cls) { + print_R('run???');exit; $dom = new DOMDocument(); @$dom->loadHTML('' .$html); -- 2.39.2