X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=Mailer.php;h=68652752da179b13d07c43ca42293d584da35b2d;hb=9530b3f462b9f1be2eb0ac2b286dafd0ccd34610;hp=06e42b06d101f02207df9a1ec9692f7ae3128b2d;hpb=8f2835dcedefcacdaafc714d718f25cd0316912d;p=Pman.Core diff --git a/Mailer.php b/Mailer.php index 06e42b06..68652752 100644 --- a/Mailer.php +++ b/Mailer.php @@ -157,9 +157,9 @@ class Pman_Core_Mailer { $htmlbody = false; $html_tmp_opts = $tmp_opts; $htmltemplate = new HTML_Template_Flexy( $html_tmp_opts ); - if (is_string($htmltemplate->resolvePath('mail/'.$templateFile.'.body.html')) ) { + 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; }