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

index 38cad85..afa81de 100644 (file)
@@ -108,7 +108,7 @@ class Pman_Core_Mailer {
     
     function toData()
     {
-    
+        var_dump($templateFile);exit;
         $templateFile = $this->template;
         $args = (array)$this->contents;
         
@@ -314,8 +314,6 @@ class Pman_Core_Mailer {
         
         $pg = $ff->page;
         
-        var_dump(is_array($email));exit;
-        
         $email = is_array($email)  ? $email : $this->toData();
         
         if (is_a($email, 'PEAR_Error')) {