From 23c9857d2bb8370d8787a192bbde8fbc705c91fd Mon Sep 17 00:00:00 2001 From: john Date: Wed, 8 Nov 2017 17:58:27 +0800 Subject: [PATCH] Mailer.php --- Mailer.php | 1 - 1 file changed, 1 deletion(-) diff --git a/Mailer.php b/Mailer.php index 68652752..48839b48 100644 --- a/Mailer.php +++ b/Mailer.php @@ -159,7 +159,6 @@ class Pman_Core_Mailer { $htmltemplate = new HTML_Template_Flexy( $html_tmp_opts ); if (is_string($htmltemplate->resolvePath('mail/'.$templateFile.'.body.html')) ) { // then we have a multi-part email... - print_R('die');exit; if (!empty($this->html_locale)) { $html_tmp_opts['locale'] = $this->html_locale; } -- 2.39.2