Mailer.php
authorjohn <john@roojs.com>
Wed, 8 Nov 2017 09:58:27 +0000 (17:58 +0800)
committerjohn <john@roojs.com>
Wed, 8 Nov 2017 09:58:27 +0000 (17:58 +0800)
Mailer.php

index 6865275..48839b4 100644 (file)
@@ -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;
             }