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

index 036814a..c49740e 100644 (file)
@@ -314,9 +314,10 @@ class Pman_Core_Mailer {
         
         $pg = $ff->page;
         
+        print_R(is_array($email));exit;
+        
         $email = is_array($email)  ? $email : $this->toData();
         
-        print_R('die??');exit;
         if (is_a($email, 'PEAR_Error')) {
             $pg->addEvent("COREMAILER-FAIL",  false, "email toData failed");