Mailer.php
authorjohn <john@roojs.com>
Wed, 8 Nov 2017 10:00:27 +0000 (18:00 +0800)
committerjohn <john@roojs.com>
Wed, 8 Nov 2017 10:00:27 +0000 (18:00 +0800)
Mailer.php

index fa04a55..4850e79 100644 (file)
@@ -185,7 +185,6 @@ class Pman_Core_Mailer {
         //print_R($tmp_opts);
         // $tmp_opts['force'] = true;
         
-        print_r($templateFile);exit;
         $template = new HTML_Template_Flexy(  $tmp_opts );
         $template->compile('mail/'. $templateFile.'.txt');