From: john Date: Wed, 8 Nov 2017 09:58:27 +0000 (+0800) Subject: Mailer.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=23c9857d2bb8370d8787a192bbde8fbc705c91fd Mailer.php --- 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; }